short-url/public/vendor/bootstrap/less/mixins/background-variant.less

10 lines
151 B
Plaintext
Raw Permalink Normal View History

2020-07-01 08:57:45 +00:00
// Contextual backgrounds
.bg-variant(@color) {
background-color: @color;
a&:hover,
a&:focus {
background-color: darken(@color, 10%);
}
}