Sha256: 4e628615268aedcd83f7a7f1ddd8d468bb7fe03d6d54eefed4e2f705a26e4e22

Contents?: true

Size: 605 Bytes

Versions: 292

Compression:

Stored size: 605 Bytes

Contents

.icon-link {
  display: inline-flex;
  gap: $icon-link-gap;
  align-items: center;
  text-decoration-color: rgba(var(--#{$prefix}link-color-rgb), var(--#{$prefix}link-opacity, .5));
  text-underline-offset: $icon-link-underline-offset;
  backface-visibility: hidden;

  > .bi {
    flex-shrink: 0;
    width: $icon-link-icon-size;
    height: $icon-link-icon-size;
    fill: currentcolor;
    @include transition($icon-link-icon-transition);
  }
}

.icon-link-hover {
  &:hover,
  &:focus-visible {
    > .bi {
      transform: var(--#{$prefix}icon-link-transform, $icon-link-icon-transform);
    }
  }
}

Version data entries

292 entries across 292 versions & 13 rubygems

Version Path
jekyll-theme-centos-2.3.0.beta.100 _sass/bootstrap/helpers/_icon-link.scss
jekyll-theme-centos-2.3.0.beta.99 _sass/bootstrap/helpers/_icon-link.scss
jekyll-theme-centos-2.3.0.beta.98 _sass/bootstrap/helpers/_icon-link.scss
jekyll-theme-centos-2.3.0.beta.97 _sass/bootstrap/helpers/_icon-link.scss
jekyll-theme-centos-2.3.0.beta.96 _sass/bootstrap/helpers/_icon-link.scss
jekyll-theme-centos-2.3.0.beta.95 _sass/bootstrap/helpers/_icon-link.scss
jekyll-theme-centos-2.3.0.beta.94 _sass/bootstrap/helpers/_icon-link.scss
jekyll-theme-centos-2.3.0.beta.93 _sass/bootstrap/helpers/_icon-link.scss
jekyll-theme-centos-2.3.0.beta.92 _sass/bootstrap/helpers/_icon-link.scss
jekyll-theme-centos-2.3.0.beta.91 _sass/bootstrap/helpers/_icon-link.scss
paraqeet-0.10.0 _sass/bootstrap/helpers/_icon-link.scss
bootstrap-5.3.0.alpha3 assets/stylesheets/bootstrap/helpers/_icon-link.scss