short-url/public/vendor/bootstrap/less/mixins/labels.less
Supan Adit Pratama b2e434483d first commit
2020-07-01 15:57:45 +07:00

13 lines
161 B
Plaintext
Executable File

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