BiFace_Server_Lite/vendor/bower-asset/bootstrap/less/mixins/labels.less
2020-03-27 10:13:51 +07:00

13 lines
161 B
Plaintext

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