Sha256: 4e628615268aedcd83f7a7f1ddd8d468bb7fe03d6d54eefed4e2f705a26e4e22

Contents?: true

Size: 605 Bytes

Versions: 307

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

307 entries across 307 versions & 15 rubygems

Version Path
jekyll-theme-centos-2.41.0 _sass/bootstrap/helpers/_icon-link.scss
jekyll-theme-centos-2.40.0 _sass/bootstrap/helpers/_icon-link.scss
jekyll-theme-lydde-0.1.1 _sass/bootstrap/5.3.2/helpers/_icon-link.scss
jekyll-theme-lydde-0.1.0 _sass/bootstrap/helpers/_icon-link.scss
cm-admin-1.2.0 app/assets/stylesheets/cm_admin/dependency/bootstrap/scss/helpers/_icon-link.scss
elixir-toolkit-theme-2.3.0 _sass/bootstrap/helpers/_icon-link.scss
jekyll-theme-centos-2.39.0 _sass/bootstrap/helpers/_icon-link.scss
jekyll-theme-centos-2.38.0 _sass/bootstrap/helpers/_icon-link.scss
jekyll-theme-centos-2.37.0 _sass/bootstrap/helpers/_icon-link.scss
jekyll-theme-centos-2.36.0 _sass/bootstrap/helpers/_icon-link.scss
jekyll-theme-centos-2.35.0 _sass/bootstrap/helpers/_icon-link.scss
elixir-toolkit-theme-2.2.2 _sass/bootstrap/helpers/_icon-link.scss
elixir-toolkit-theme-2.2.1 _sass/bootstrap/helpers/_icon-link.scss
jekyll-theme-centos-2.34.0 _sass/bootstrap/helpers/_icon-link.scss
jekyll-theme-centos-2.33.0 _sass/bootstrap/helpers/_icon-link.scss
jekyll-theme-centos-2.32.0 _sass/bootstrap/helpers/_icon-link.scss
paraqeet-1.0.0 _sass/bootstrap/helpers/_icon-link.scss
elixir-toolkit-theme-2.2.0 _sass/bootstrap/helpers/_icon-link.scss
jekyll-theme-centos-2.31.0 _sass/bootstrap/helpers/_icon-link.scss
bootstrap-5.3.1 assets/stylesheets/bootstrap/helpers/_icon-link.scss