survey/templates/components/error/main.scss

37 lines
1.0 KiB
SCSS

/*
* Copyright (C) 2021 Aravinth Manivannan <realaravinth@batsense.net>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
.error__container {
width: 350px;
background-color: #d63f3f;
width: 100%;
padding: 10px 0;
opacity: 0.9;
font-size: 0.8rem;
font-family: monospace, monospace;
}
.error__title {
color: #fff;
margin-left: 10px;
}
.error__msg {
color: #fff;
margin-left: 10px;
}