mCaptcha/templates/_vars.scss

43 lines
1.3 KiB
SCSS
Raw Normal View History

2021-05-03 20:24:03 +05:30
/*
2022-01-08 22:16:05 +05:30
* Copyright (C) 2022 Aravinth Manivannan <realaravinth@batsense.net>
2021-05-03 20:24:03 +05:30
*
* 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/>.
*/
2021-04-16 23:57:36 +05:30
$green: #5cad66;
$violet: #800080;
2021-05-03 20:24:03 +05:30
$light-violet: #993299;
2021-04-16 23:57:36 +05:30
$backdrop: #f0f0f0;
$light-text: rgba(255, 255, 255, 0.87);
$secondary-backdrop: #2b2c30;
$light-grey: rgba(0, 0, 0, 0.125);
2021-05-03 20:24:03 +05:30
$white: #fff;
2021-05-04 18:34:36 +05:30
$black-text: #000;
2021-05-14 16:33:18 +05:30
2021-05-06 20:32:44 +05:30
$auth-content-width: 30%;
2021-05-25 20:40:57 +05:30
$auth-content-width-mobile: 80%;
2021-05-14 16:33:18 +05:30
2021-05-08 00:29:19 +05:30
$blue-link: rgb(3, 102, 214);
2021-05-14 16:33:18 +05:30
$form-content-width: 90%;
$form-input-height: 40px;
2021-07-21 14:46:31 +05:30
@mixin light-text-icon-filter {
filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(325deg)
brightness(105%) contrast(101%);
opacity: 0.8;
}
$red: #d10028;