Files
AdminLTE/build/bootstrap-less/mixins/labels.less
Abdullah Almsaeed f14e4aaccb Fix issue #1665
2017-10-08 18:25:37 -04:00

13 lines
161 B
Plaintext

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