source:
trip-planner-front/node_modules/bootstrap/less/mixins/labels.less@
6c1585f
Last change on this file since 6c1585f was fa375fe, checked in by , 3 years ago | |
---|---|
|
|
File size: 161 bytes |
Rev | Line | |
---|---|---|
[fa375fe] | 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.