makes callout.notice and callout.error equivalent to success, alert

This commit is contained in:
kikito
2016-04-28 16:21:51 +02:00
parent 6c9c2f1b96
commit e441a6805f

View File

@@ -755,7 +755,7 @@ form {
font-family: $font-sans; font-family: $font-sans;
font-size: $small-font-size; font-size: $small-font-size;
&.success { &.success, &.notice {
background-color: $success-bg; background-color: $success-bg;
border-color: $success-border; border-color: $success-border;
color: $success-color; color: $success-color;
@@ -779,7 +779,7 @@ form {
} }
} }
&.alert { &.alert, &.error {
background-color: $alert-bg; background-color: $alert-bg;
border-color: $alert-border; border-color: $alert-border;
color: $alert-color; color: $alert-color;