Sha256: b0c74e8ae29fbe3c965a2d48e16e15a9fe1e4a54eecedf4b3639c02e439beeea

Contents?: true

Size: 818 Bytes

Versions: 7

Compression:

Stored size: 818 Bytes

Contents

.breadcrumbs {
  font-size: 16px;
  color: $c-darkest-grey;
  padding: 10px 0; // Vertical align hack. Should be removed in an HTML refactor in v2.0

  li {
    display: inline-block;

    &:after {
      @extend .icon-chevron_right:before;
      @include icon-stuff;
      font-size: 8px;
      display: inline-block;
      padding: 0 10px;
      vertical-align: middle;
    }

    &:last-child {
      &,
      a {
        color: $c-darkest-grey;
        font-weight: bold;
      }

      &:after {
        display: none;
      }
    }
  }

  a {
    color: inherit;

    &:not(.-home) {
      @include transition(border-bottom-color 0.2s);
      display: inline-block;
      padding-bottom: 3px;
      border-bottom: 1px solid $c-grey;

      &:hover {
        border-bottom-color: transparent;
      }
    }
  }
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
fae-rails-1.6.0 app/assets/stylesheets/fae/globals/layout/_breadcrumbs.scss
fae-rails-1.5.1 app/assets/stylesheets/fae/globals/layout/_breadcrumbs.scss
fae-rails-1.5.0 app/assets/stylesheets/fae/globals/layout/_breadcrumbs.scss
fae-rails-1.4.1 app/assets/stylesheets/fae/globals/layout/_breadcrumbs.scss
fae-rails-1.4.0 app/assets/stylesheets/fae/globals/layout/_breadcrumbs.scss
fae-rails-1.3.1 app/assets/stylesheets/fae/globals/layout/_breadcrumbs.scss
fae-rails-1.3.0 app/assets/stylesheets/fae/globals/layout/_breadcrumbs.scss