Update alert button color

This commit is contained in:
luis cielak
2018-09-13 14:33:02 -04:00
committed by luisgov
parent 2307e41aac
commit 4e770773fe
3 changed files with 11 additions and 3 deletions

View File

@@ -22,6 +22,14 @@
} @else if $level == 'warning' {
$background-color: $color-gold-lightest;
$border-color: $color-gold;
.usa-button {
background-color: $color-gold;
box-shadow: inset 0 0 0 2px $color-gold;
&:hover {
background-color: $color-gold-dark;
box-shadow: inset 0 0 0 2px $color-gold-dark;
}
}
} @else if $level == 'error' {
$background-color: $color-red-lightest;