framework/less/lib/bootstrap/mixins/labels.less
2015-04-25 22:31:30 +09:30

13 lines
161 B
Plaintext
Executable File

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