Files
streamline-emr/docker/_streamline-src/public/elite/bootstrap/less/mixins/labels.less
T

13 lines
161 B
Plaintext
Executable File

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