source: trip-planner-front/node_modules/bootstrap/less/mixins/background-variant.less@ fa375fe

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

adding new components

  • Property mode set to 100644
File size: 151 bytes
RevLine 
[fa375fe]1// Contextual backgrounds
2
3.bg-variant(@color) {
4 background-color: @color;
5 a&:hover,
6 a&:focus {
7 background-color: darken(@color, 10%);
8 }
9}
Note: See TracBrowser for help on using the repository browser.