| Current Path : C:/xampp/htdocs/esuporta/fts/New folder/bower_components/bootstrap/less/mixins/ |
| Current File : C:/xampp/htdocs/esuporta/fts/New folder/bower_components/bootstrap/less/mixins/labels.less |
// Labels
.label-variant(@color) {
background-color: @color;
&[href] {
&:hover,
&:focus {
background-color: darken(@color, 10%);
}
}
}