AdminLTE/build/bootstrap-less/mixins/labels.less
2015-02-01 16:25:09 -05:00

13 lines
161 B
Plaintext
Executable file

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