26 lines
974 B
SCSS
26 lines
974 B
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/>.
|
|
*/
|
|
|
|
$green: #5cad66;
|
|
$violet: #800080;
|
|
$light-violet: #993299;
|
|
$backdrop: #f0f0f0;
|
|
$light-text: rgba(255, 255, 255, 0.87);
|
|
$secondary-backdrop: #2b2c30;
|
|
$light-grey: rgba(0, 0, 0, 0.125);
|
|
$white: #fff;
|
|
$form-content-width: 90%;
|