| Path : /proc/self/root/var/www/html/smartcirqls.com/vendors/bootstrap/less/mixins/ |
| Current File : //proc/self/root/var/www/html/smartcirqls.com/vendors/bootstrap/less/mixins/labels.less |
// Labels
.label-variant(@color) {
background-color: @color;
&[href] {
&:hover,
&:focus {
background-color: darken(@color, 10%);
}
}
}