mirror of
https://github.com/flarum/core.git
synced 2025-08-07 17:07:19 +02:00
Clean up LESS files
This commit is contained in:
12
less/lib/bootstrap/mixins/labels.less
Executable file
12
less/lib/bootstrap/mixins/labels.less
Executable file
@@ -0,0 +1,12 @@
|
||||
// Labels
|
||||
|
||||
.label-variant(@color) {
|
||||
background-color: @color;
|
||||
|
||||
&[href] {
|
||||
&:hover,
|
||||
&:focus {
|
||||
background-color: darken(@color, 10%);
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user