Files
NodeBB/public/less/admin/bootstrap/mixins/labels.less

13 lines
161 B
Plaintext
Raw Normal View History

2014-09-26 14:17:31 -04:00
// Labels
.label-variant(@color) {
background-color: @color;
2015-01-07 13:00:34 -05:00
2014-09-26 14:17:31 -04:00
&[href] {
&:hover,
&:focus {
background-color: darken(@color, 10%);
}
}
}