17 lines
330 B
SCSS
17 lines
330 B
SCSS
$theme-primary: #3367A5;
|
|
$theme-darker: rgba(51, 103, 165, 0.5);
|
|
$theme-dark: #DFD7F2;
|
|
$basic-white: #FFFFFF;
|
|
$basic-black: #000000;
|
|
|
|
$text-disabled: #C3C3C3;
|
|
$text-basic: #939393;
|
|
$text-theme: #3367A5;
|
|
|
|
$border-theme: #C1B2E5;
|
|
|
|
$input-bg: #777777;
|
|
|
|
$btn-primary: linear-gradient(to left, #3367A5, #212462);
|
|
$btn-basic: #EEEAF7;
|