source: trip-planner-front/node_modules/bootstrap/scss/helpers/_colored-links.scss@ 6a3a178

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

initial commit

  • Property mode set to 100644
File size: 326 bytes
Line 
1@each $color, $value in $theme-colors {
2 .link-#{$color} {
3 color: $value;
4
5 @if $link-shade-percentage != 0 {
6 &:hover,
7 &:focus {
8 color: if(color-contrast($value) == $color-contrast-light, shade-color($value, $link-shade-percentage), tint-color($value, $link-shade-percentage));
9 }
10 }
11 }
12}
Note: See TracBrowser for help on using the repository browser.