Files
old-wiaas-legacy/api-wiaas/client/js/bower_components/bootstrap/less/mixins/labels.less
2018-06-11 11:09:35 +02:00

13 lines
161 B
Plaintext

// Labels
.label-variant(@color) {
background-color: @color;
&[href] {
&:hover,
&:focus {
background-color: darken(@color, 10%);
}
}
}