Files
LeafWeb/Web/Content/bootstrap/mixins/labels.less
T
2016-01-13 21:56:22 -05:00

13 lines
161 B
Plaintext

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