Hover styles for alt colours

This commit is contained in:
Jiiks 2018-01-24 08:43:04 +02:00
parent 71ac54911a
commit 1d9e6037d9
1 changed files with 12 additions and 0 deletions

View File

@ -21,14 +21,26 @@
&.bd-err {
background: $colerr;
&:hover {
background: darken($colerr, 5%);
}
}
&.bd-warn {
background: $colwarn;
&:hover {
background: darken($colwarn, 5%);
}
}
&.bd-ok {
background: $colok;
&:hover {
background: darken($colok, 5%);
}
}
.bd-spinner-7 {