clam2020/public/js/lib/bootstrap/less/mixins/labels.less

13 lines
161 B
Plaintext
Raw Normal View History

2018-10-05 16:13:30 +00:00
// Labels
.label-variant(@color) {
background-color: @color;
&[href] {
&:hover,
&:focus {
background-color: darken(@color, 10%);
}
}
}