Pony.fm/resources/styles/base/bootstrap/mixins/labels.less
2021-02-14 04:23:12 +00:00

12 lines
161 B
Text
Vendored

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