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.2.17 _sass/bootstrap/helpers/_icon-link.scss
jekyll-theme-centos-2.2.16 _sass/bootstrap/helpers/_icon-link.scss
jekyll-theme-centos-2.2.14 _sass/bootstrap/helpers/_icon-link.scss
jekyll-theme-centos-2.2.13 _sass/bootstrap/helpers/_icon-link.scss
jekyll-theme-centos-2.2.12 _sass/bootstrap/helpers/_icon-link.scss
jekyll-theme-centos-2.2.11 _sass/bootstrap/helpers/_icon-link.scss
jekyll-theme-centos-2.2.6 _sass/bootstrap/helpers/_icon-link.scss
jekyll-theme-centos-2.2.5 _sass/bootstrap/helpers/_icon-link.scss
jekyll-theme-centos-2.2.4 _sass/bootstrap/helpers/_icon-link.scss
jekyll-theme-centos-2.2.3 _sass/bootstrap/helpers/_icon-link.scss
jekyll-theme-centos-2.3.0.beta.136 _sass/bootstrap/helpers/_icon-link.scss
jekyll-theme-centos-2.3.0.beta.135 _sass/bootstrap/helpers/_icon-link.scss
jekyll-theme-centos-2.3.0.beta.134 _sass/bootstrap/helpers/_icon-link.scss
paraqeet-0.11.0 _sass/bootstrap/helpers/_icon-link.scss
jekyll-theme-centos-2.3.0.beta.133 _sass/bootstrap/helpers/_icon-link.scss
jekyll-theme-centos-2.3.0.beta.132 _sass/bootstrap/helpers/_icon-link.scss
jekyll-theme-centos-2.3.0.beta.131 _sass/bootstrap/helpers/_icon-link.scss
jekyll-theme-centos-2.3.0.beta.130 _sass/bootstrap/helpers/_icon-link.scss
jekyll-theme-centos-2.3.0.beta.129 _sass/bootstrap/helpers/_icon-link.scss
jekyll-theme-centos-2.3.0.beta.128 _sass/bootstrap/helpers/_icon-link.scss