17 lines
279 B
SCSS
17 lines
279 B
SCSS
$theme-primary: #179879;
|
|
$theme-darker: #DCA4C7;
|
|
$theme-dark: #DFD7F2;
|
|
$basic-white: #FFFFFF;
|
|
$basic-black: #000000;
|
|
|
|
$text-disabled: #C3C3C3;
|
|
$text-basic: #939393;
|
|
$text-theme: #179879;
|
|
|
|
$border-theme: #C1B2E5;
|
|
|
|
$input-bg: #777777;
|
|
|
|
$btn-primary: #179879;
|
|
$btn-basic: #EEEAF7;
|