17 lines
314 B
SCSS
17 lines
314 B
SCSS
$theme-primary: #2730D0;
|
|
$theme-darker: #DCA4C7;
|
|
$theme-dark: #DFD7F2;
|
|
$basic-white: #FFFFFF;
|
|
$basic-black: #000000;
|
|
|
|
$text-disabled: #C3C3C3;
|
|
$text-basic: #939393;
|
|
$text-theme: #2730D0;
|
|
|
|
$border-theme: #C1B2E5;
|
|
|
|
$input-bg: #777777;
|
|
|
|
$btn-primary: linear-gradient(to left, #2730D0, #212462);
|
|
$btn-basic: #EEEAF7;
|