mirror of
https://github.com/flarum/core.git
synced 2025-08-05 16:07:34 +02:00
Clean up LESS files
This commit is contained in:
9
less/lib/bootstrap/mixins/background-variant.less
Executable file
9
less/lib/bootstrap/mixins/background-variant.less
Executable file
@@ -0,0 +1,9 @@
|
||||
// Contextual backgrounds
|
||||
|
||||
.bg-variant(@color) {
|
||||
background-color: @color;
|
||||
a&:hover,
|
||||
a&:focus {
|
||||
background-color: darken(@color, 10%);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user