yavsc/testOauthClient/wwwroot/lib/bootstrap/less/mixins/labels.less

12 lines
161 B
Text
Raw Normal View History

2016-06-12 01:32:51 +02:00
// Labels
.label-variant(@color) {
background-color: @color;
&[href] {
&:hover,
&:focus {
background-color: darken(@color, 10%);
}
}
}