snipe-it/bower_components/bootstrap-less/less/mixins/labels.less
2017-01-11 03:05:06 -08:00

13 lines
161 B
Plaintext
Executable file

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