mirror of
https://github.com/responsively-org/responsively-app
synced 2024-11-10 14:54:12 +00:00
27 lines
No EOL
587 B
SCSS
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,
|
|
); |