Files
faveo/resources/less/bootstrap/mixins/labels.less
2023-01-03 08:25:58 +00:00

13 lines
161 B
Plaintext
Vendored

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