| Current Path : /home/exhehbu/wp/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/ |
| Current File : /home/exhehbu/wp/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/labels.less |
// Labels
.label-variant(@color) {
background-color: @color;
&[href] {
&:hover,
&:focus {
background-color: darken(@color, 10%);
}
}
}