Sha256: 24bf4ca0e8ab4212dee43397ff5505e9ca46bec3d550f993cae29fd7f5b79773

Contents?: true

Size: 490 Bytes

Versions: 2

Compression:

Stored size: 490 Bytes

Contents

@each $color, $value in $theme-colors {
  .link-#{$color} {
    color: $value !important; // stylelint-disable-line declaration-no-important

    @if $link-shade-percentage != 0 {
      &:hover,
      &:focus {
        color: if(
          color-contrast($value) == $color-contrast-light,
          shade-color($value, $link-shade-percentage),
          tint-color($value, $link-shade-percentage)
        ) !important; // stylelint-disable-line declaration-no-important
      }
    }
  }
}

Version data entries

2 entries across 1 versions & 1 rubygems

Version Path
jekyll-rubin-collab-theme-0.1.1 _third_party/mdb-ui-kit/src/scss/bootstrap-rtl-fix/helpers/_colored-links.scss
jekyll-rubin-collab-theme-0.1.1 _third_party/mdb-ui-kit/src/scss/bootstrap/helpers/_colored-links.scss