yavsc/Yavsc/wwwroot/lib/bootstrap/less/mixins/background-variant.less

9 lines
151 B
Text
Raw Normal View History

2017-10-20 15:14:16 +02:00
// Contextual backgrounds
.bg-variant(@color) {
background-color: @color;
a&:hover,
a&:focus {
background-color: darken(@color, 10%);
}
}