Files
crewsportswear/public/bower_components/AdminLTE/build/bootstrap-less/mixins/background-variant.less
Frank John Begornia 562f03488a Initial Commit
2019-03-06 20:32:31 +08:00

10 lines
151 B
Plaintext
Vendored

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