responsively-app/website/scss/user-variables.scss
2019-09-11 21:45:17 +05:30

27 lines
No EOL
587 B
SCSS

//
//
// user-variables.scss
//
// Place your own variable overrides here, these will override any Bootstrap and theme variables.
// Color Scheme
// Uncomment the variables below and change the hex values.
// $primary: #000;
// $primary-2: #000;
// $primary-3: #000;
// Do not change or remove the $theme-color-scheme or $theme-colors maps below
$theme-color-scheme: (
"primary": $primary,
"primary-2": $primary-2,
"primary-3": $primary-3
);
$theme-colors: (
"primary": $primary,
"primary-2": $primary-2,
"primary-3": $primary-3,
);