Files
23cm/vendor/yidas/yii2-bower-asset/bower/bootstrap/less/mixins/labels.less
2026-01-25 18:18:09 +08:00

13 lines
161 B
Plaintext

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