mirror of https://github.com/snachodog/mybuddy.git
Add "error" and "debug" theme colors to match Django message classes.
This commit is contained in:
parent
705d008679
commit
a8e6fbcd79
|
@ -20,8 +20,10 @@ $theme-colors: (
|
||||||
secondary: $orange,
|
secondary: $orange,
|
||||||
success: $green,
|
success: $green,
|
||||||
info: $cyan,
|
info: $cyan,
|
||||||
|
debug: $cyan,
|
||||||
warning: $yellow,
|
warning: $yellow,
|
||||||
danger: $red,
|
danger: $red,
|
||||||
|
error: $red,
|
||||||
light: $gray-100,
|
light: $gray-100,
|
||||||
dark: $gray-800
|
dark: $gray-800
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue