mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-13 05:07:01 +03:00
Patch for allowing theme overrides
This commit is contained in:
parent
2e27d434cf
commit
435bc59a54
|
@ -29,7 +29,7 @@ $theme-colors: map-merge((
|
||||||
danger: $red,
|
danger: $red,
|
||||||
light: $grey-100,
|
light: $grey-100,
|
||||||
dark: $grey-800
|
dark: $grey-800
|
||||||
), $theme-colors);
|
), $theme-colors) !default;
|
||||||
|
|
||||||
// Customized BS variables
|
// Customized BS variables
|
||||||
@import "variables/bootstrap/components";
|
@import "variables/bootstrap/components";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user