Files
crewsportswear/public/bower_components/AdminLTE/build/bootstrap-less/mixins/labels.less
Frank John Begornia 562f03488a Initial Commit
2019-03-06 20:32:31 +08:00

13 lines
161 B
Plaintext
Vendored

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