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

13 lines
161 B
Plaintext

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