source: trip-planner-front/node_modules/bootstrap/less/mixins/labels.less@ 188ee53

Last change on this file since 188ee53 was fa375fe, checked in by Ema <ema_spirova@…>, 3 years ago

adding new components

  • Property mode set to 100644
File size: 161 bytes
RevLine 
[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.