branchErp/src/assets/css/color.scss
2025-09-24 13:18:09 +08:00

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;