Add more colours for the alert styles
This commit is contained in:
parent
6178800ce4
commit
b7975ed784
1 changed files with 5 additions and 0 deletions
|
|
@ -15,6 +15,11 @@ $main-text-colour = #99AAB5
|
||||||
$error-background-colour = #FF0000
|
$error-background-colour = #FF0000
|
||||||
$error-text-colour = white
|
$error-text-colour = white
|
||||||
|
|
||||||
|
$warning-background-colour = #DBB400
|
||||||
|
$warning-text-colour = black
|
||||||
|
|
||||||
|
$info-background-colour = #7289DA
|
||||||
|
$info-text-colour = black
|
||||||
|
|
||||||
/***********************************************************/
|
/***********************************************************/
|
||||||
/* Styling for inputs (not all input types use all values) */
|
/* Styling for inputs (not all input types use all values) */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue