add overrides.scss file
This commit is contained in:
parent
9ccd5d5bf0
commit
aae4a979ae
9
src/overrides.scss
Normal file
9
src/overrides.scss
Normal file
@ -0,0 +1,9 @@
|
||||
// change the theme
|
||||
$theme-colors: (
|
||||
"primary": #530c61,
|
||||
"secondary": #59585a,
|
||||
"danger": #ff4136
|
||||
);
|
||||
|
||||
// Import Bootstrap and its default variables
|
||||
@import '~bootstrap/scss/bootstrap.scss';
|
||||
Loading…
x
Reference in New Issue
Block a user