mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fresh L5 installation.
This commit is contained in:
12
resources/assets/less/bootstrap/mixins/labels.less
Normal file
12
resources/assets/less/bootstrap/mixins/labels.less
Normal 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