0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-04-01 19:25:29 +02:00

12 lines
167 B
SCSS

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