Sha256: 4520bc555867ea6812bf641df5c148e2511555fdfc7d82a7f70426bfd6bd559e

Contents?: true

Size: 1.71 KB

Versions: 380

Compression:

Stored size: 1.71 KB

Contents

.breadcrumb {
  // scss-docs-start breadcrumb-css-vars
  --#{$prefix}breadcrumb-padding-x: #{$breadcrumb-padding-x};
  --#{$prefix}breadcrumb-padding-y: #{$breadcrumb-padding-y};
  --#{$prefix}breadcrumb-margin-bottom: #{$breadcrumb-margin-bottom};
  @include rfs($breadcrumb-font-size, --#{$prefix}breadcrumb-font-size);
  --#{$prefix}breadcrumb-bg: #{$breadcrumb-bg};
  --#{$prefix}breadcrumb-border-radius: #{$breadcrumb-border-radius};
  --#{$prefix}breadcrumb-divider-color: #{$breadcrumb-divider-color};
  --#{$prefix}breadcrumb-item-padding-x: #{$breadcrumb-item-padding-x};
  --#{$prefix}breadcrumb-item-active-color: #{$breadcrumb-active-color};
  // scss-docs-end breadcrumb-css-vars

  display: flex;
  flex-wrap: wrap;
  padding: var(--#{$prefix}breadcrumb-padding-y) var(--#{$prefix}breadcrumb-padding-x);
  margin-bottom: var(--#{$prefix}breadcrumb-margin-bottom);
  @include font-size(var(--#{$prefix}breadcrumb-font-size));
  list-style: none;
  background-color: var(--#{$prefix}breadcrumb-bg);
  @include border-radius(var(--#{$prefix}breadcrumb-border-radius));
}

.breadcrumb-item {
  // The separator between breadcrumbs (by default, a forward-slash: "/")
  + .breadcrumb-item {
    padding-left: var(--#{$prefix}breadcrumb-item-padding-x);

    &::before {
      float: left; // Suppress inline spacings and underlining of the separator
      padding-right: var(--#{$prefix}breadcrumb-item-padding-x);
      color: var(--#{$prefix}breadcrumb-divider-color);
      content: var(--#{$prefix}breadcrumb-divider, escape-svg($breadcrumb-divider)) #{"/* rtl:"} var(--#{$prefix}breadcrumb-divider, escape-svg($breadcrumb-divider-flipped)) #{"*/"};
    }
  }

  &.active {
    color: var(--#{$prefix}breadcrumb-item-active-color);
  }
}

Version data entries

380 entries across 380 versions & 14 rubygems

Version Path
jekyll-theme-centos-2.3.0.beta.5 _sass/bootstrap/_breadcrumb.scss
jekyll-theme-centos-2.3.0.beta.4 _sass/bootstrap/_breadcrumb.scss
elixir-toolkit-theme-1.25.0 _sass/bootstrap/_breadcrumb.scss
jekyll-theme-centos-2.3.0.beta.3 _sass/bootstrap/_breadcrumb.scss
jekyll-theme-centos-2.3.0.beta.2 _sass/bootstrap/_breadcrumb.scss
jekyll-theme-centos-2.3.0.beta.1 _sass/bootstrap/_breadcrumb.scss
elixir-toolkit-theme-1.24.0 _sass/bootstrap/_breadcrumb.scss
elixir-toolkit-theme-1.23.0 _sass/bootstrap/_breadcrumb.scss
paraqeet-0.9.0 _sass/bootstrap/_breadcrumb.scss
paraqeet-0.8.0 _sass/bootstrap/_breadcrumb.scss
darkade.github.io-theme-1.6.0 _sass/bootstrap/_breadcrumb.scss
jekyll-theme-centos-2.2.1 _sass/bootstrap/_breadcrumb.scss
jekyll-theme-centos-2.2.1.beta.1 _sass/bootstrap/_breadcrumb.scss
jekyll-theme-centos-2.2.0 _sass/bootstrap/_breadcrumb.scss
jekyll-theme-centos-2.2.0.beta.10 _sass/bootstrap/_breadcrumb.scss
jekyll-theme-centos-2.2.0.beta.9 _sass/bootstrap/_breadcrumb.scss
jekyll-theme-centos-2.2.0.beta.8 _sass/bootstrap/_breadcrumb.scss
jekyll-theme-centos-2.2.0.beta.7 _sass/bootstrap/_breadcrumb.scss
jekyll-theme-centos-2.2.0.beta.6 _sass/bootstrap/_breadcrumb.scss
jekyll-theme-centos-2.2.0.beta.5 _sass/bootstrap/_breadcrumb.scss