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