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

9 lines
151 B
Text
Raw Normal View History

2016-06-12 01:32:51 +02:00
// Contextual backgrounds
.bg-variant(@color) {
background-color: @color;
a&:hover,
a&:focus {
background-color: darken(@color, 10%);
}
}