Add more colours for the alert styles

This commit is contained in:
Oliver-Akins 2020-10-02 17:55:31 -06:00
parent 6178800ce4
commit b7975ed784

View file

@ -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) */