13 lines
161 B
Plaintext
Raw Normal View History

2025-01-12 20:42:42 +08:00
// Labels
.label-variant(@color) {
background-color: @color;
&[href] {
&:hover,
&:focus {
background-color: darken(@color, 10%);
}
}
}