Files
NodeBB/public/less/admin/bootstrap/mixins/background-variant.less

10 lines
151 B
Plaintext
Raw Normal View History

2014-09-26 14:17:31 -04:00
// Contextual backgrounds
.bg-variant(@color) {
background-color: @color;
2015-12-16 09:41:46 -05:00
a&:hover,
a&:focus {
2014-09-26 14:17:31 -04:00
background-color: darken(@color, 10%);
}
}