xstatic-bootstrap-scss/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/mixins/_labels.scss

13 lines
169 B
SCSS

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