File size: 151 Bytes
3f268e5 |
1 2 3 4 5 6 7 8 9 10 |
// Contextual backgrounds
.bg-variant(@color) {
background-color: @color;
a&:hover,
a&:focus {
background-color: darken(@color, 10%);
}
}
|
3f268e5 |
1 2 3 4 5 6 7 8 9 10 |
// Contextual backgrounds
.bg-variant(@color) {
background-color: @color;
a&:hover,
a&:focus {
background-color: darken(@color, 10%);
}
}
|