Files
crew_admin/public/bower_components/bootstrap/less/mixins/labels.less
Frank John Begornia d225ff22d4 initial commit
2019-10-29 19:29:28 +08:00

13 lines
161 B
Plaintext

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