File "labels.less"
Full Path: /home/ichhrkpd/public_html/less/less-bootstrap/mixins/labels.less
File size: 161 bytes
MIME-type: text/plain
Charset: utf-8
// Labels
.label-variant(@color) {
background-color: @color;
&[href] {
&:hover,
&:focus {
background-color: darken(@color, 10%);
}
}
}