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

10 lines
151 B
Plaintext
Executable File

// Contextual backgrounds
.bg-variant(@color) {
background-color: @color;
a&:hover,
a&:focus {
background-color: darken(@color, 10%);
}
}