scopesessions.org/_site/bower_components/bootstrap/less/mixins/background-variant.less
Alex Corbi 0f22fe2a4e #47
2015-09-16 21:01:58 +02:00

9 lines
151 B
Text

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