Files
EUromat-wahlprogramme/css/bootstrap/mixins/_labels.scss
T
Felix Förtsch f1fda01b51 init commit
2017-08-22 14:17:48 +02:00

13 lines
167 B
SCSS

// Labels
@mixin label-variant($color) {
background-color: $color;
&[href] {
&:hover,
&:focus {
background-color: darken($color, 10%);
}
}
}