daux.io/resources/themes/_common/less/bootstrap/mixins/labels.less
2015-07-21 18:45:40 +02:00

13 lignes
161 B
Plaintext

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