historia-de-zainab/bower_components/bootstrap/less/mixins/labels.less
2017-09-25 14:03:53 +02:00

12 lines
161 B
Text

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