2018-06-14 16:27:57 +03:00
|
|
|
// SCSS variables
|
|
|
|
$color-main-text: #000;
|
|
|
|
$color-main-background: #fff;
|
|
|
|
|
|
|
|
$color-background-dark: darken($color-main-background, 30%);
|
|
|
|
$color-background-darker: darken($color-main-background, 30%);
|
|
|
|
|
2020-08-05 15:42:08 +03:00
|
|
|
$color-placeholder-light: darken($color-main-background, 30%);
|
|
|
|
$color-placeholder-dark: darken($color-main-background, 45%);
|
|
|
|
|
2018-06-14 16:27:57 +03:00
|
|
|
$color-text-maxcontrast: $color-main-text;
|
|
|
|
$color-text-light: $color-main-text;
|
|
|
|
$color-text-lighter: $color-main-text;
|
|
|
|
|
|
|
|
$color-loading-light: #ddd;
|
|
|
|
$color-loading-dark: #000;
|
|
|
|
|
|
|
|
$color-box-shadow: $color-main-text;
|
|
|
|
|
|
|
|
$color-border: darken($color-main-background, 50%);
|
|
|
|
$color-border-dark: darken($color-main-background, 50%);
|
|
|
|
|
2018-08-20 23:12:55 +03:00
|
|
|
[class^='icon-'], [class*=' icon-'],
|
2019-01-24 21:10:37 +03:00
|
|
|
.action,
|
|
|
|
#appmenu li a,
|
|
|
|
.menutoggle {
|
2018-06-14 16:27:57 +03:00
|
|
|
opacity: 1 !important;
|
2018-06-24 20:04:28 +03:00
|
|
|
}
|