File "labels.less"
Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/labels.less
File size: 163 bytes
MIME-type: text/plain
Charset: utf-8
// Labels
.label-variant(@color) {
background-color: @color;
&[href] {
&:hover,
&:focus {
background-color: darken(@color, 10%);
}
}
}