yavsc/testOauthClient/wwwroot/lib/bootstrap/less/mixins/background-variant.less
2016-06-12 01:32:51 +02:00

9 lines
151 B
Text

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