13 lines
161 B
Plaintext
Raw Normal View History

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