tethys/resources/assets/less/bootstrap/mixins/background-variant.less

9 lines
139 B
Text
Raw Normal View History

2015-07-19 13:49:24 +07:00
// Contextual backgrounds
.bg-variant(@color) {
background-color: @color;
a&:hover {
background-color: darken(@color, 10%);
}
}