You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Engine_Rebuild/src/assets/pages/styles/theme-light.scss

11 lines
202 B
SCSS

$theme-colors: (
"primary": #ffffff,
"secondary": #bbbbbb,
"success": #0B031C,
"info": #1C1CDE,
"warning": #700000
);
//$font-color: #000;
@import "theme-base";