daux.io/less/import/bootstrap/mixins/labels.less

13 lignes
163 B
Plaintext
Brut Vue normale Historique

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