mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-07-26 07:59:47 +03:00
restore bmd default colors
This commit is contained in:
parent
6ebd21b641
commit
3e8c053d51
|
@ -19,6 +19,17 @@ $bmd-inverse-lighter: rgba($white, 0.54) !default;
|
||||||
$bmd-label-color: $gray-light !default;
|
$bmd-label-color: $gray-light !default;
|
||||||
$bmd-label-color-inner-focus: $gray !default; // e.g. radio label or text-muted not a control-label which is primary
|
$bmd-label-color-inner-focus: $gray !default; // e.g. radio label or text-muted not a control-label which is primary
|
||||||
|
|
||||||
|
// Bootstrap Material Design default colors (these can be override by user)
|
||||||
|
$theme-colors: map-merge((
|
||||||
|
primary: $teal,
|
||||||
|
success: $green,
|
||||||
|
info: $light-blue,
|
||||||
|
warning: $deep-orange,
|
||||||
|
danger: $red,
|
||||||
|
light: $grey-100,
|
||||||
|
dark: $grey-800
|
||||||
|
), $theme-colors);
|
||||||
|
|
||||||
// Customized BS variables
|
// Customized BS variables
|
||||||
@import "variables/bootstrap/components";
|
@import "variables/bootstrap/components";
|
||||||
@import "variables/bootstrap/custom-forms";
|
@import "variables/bootstrap/custom-forms";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user