source:
trip-planner-front/node_modules/bootstrap/less/mixins/labels.less@
eed0bf8
Last change on this file since eed0bf8 was fa375fe, checked in by , 3 years ago | |
---|---|
|
|
File size: 161 bytes |
Line | |
---|---|
1 | // Labels |
2 | |
3 | .label-variant(@color) { |
4 | background-color: @color; |
5 | |
6 | &[href] { |
7 | &:hover, |
8 | &:focus { |
9 | background-color: darken(@color, 10%); |
10 | } |
11 | } |
12 | } |
Note:
See TracBrowser
for help on using the repository browser.