web-apps/vendor/bootstrap/less/mixins/labels.less
2021-07-14 18:13:38 +03:00

13 lines
161 B
Plaintext

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