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,
|
||||
success: $green,
|
||||
info: $cyan,
|
||||
debug: $cyan,
|
||||
warning: $yellow,
|
||||
danger: $red,
|
||||
error: $red,
|
||||
light: $gray-100,
|
||||
dark: $gray-800
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue