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