snipe-it/resources/assets/less/bootstrap-less/mixins/labels.less
2016-03-25 03:36:37 -07:00

13 lines
161 B
Plaintext
Executable file

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