web-apps/vendor/bootstrap/less/mixins/labels.less
2016-10-31 16:48:42 +03:00

13 lines
161 B
Plaintext

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