snipe-it/resources/assets/less/bootstrap-less/mixins/background-variant.less
snipe f532e9b462
Fixing assets :(
Not sure what happened in tbis merge exactly
2020-04-21 03:07:11 -07:00

9 lines
139 B
Plaintext
Executable file

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