Files
merchbay/public/bower_components/AdminLTE/build/bootstrap-less/mixins/labels.less
franknstayn 5483c9517d first commit
2021-07-03 18:39:08 +08:00

13 lines
161 B
Plaintext
Vendored

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