Files
website/docs/api-reference/v1.5/node_modules/bootstrap/less/mixins/labels.less
T
2017-01-13 09:56:34 -08:00

13 lines
161 B
Plaintext

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