Sha256: 2db4d7ceb5fd785918585a87f161f9682b0bef308817f36c671cf12be587a455

Contents?: true

Size: 781 Bytes

Versions: 6

Compression:

Stored size: 781 Bytes

Contents

&--main-navigation {
  @extend %thredded--list-unstyled;
  @include thredded--clearfix;
  display: block;
  @include thredded-media-desktop-and-up {
    margin-top: $thredded-small-spacing;
  }
}

&--navigation-breadcrumbs {
  @extend %thredded--list-unstyled;

  li {
    display: inline-block;
    font-weight: bold;

    a {
      display: inline-block;
      padding: $thredded-small-spacing 0;
    }

    &:after {
      background: image-url("thredded/breadcrumb-chevron.svg") no-repeat center center;
      content: "";
      display: inline-block;
      height: 10px;
      margin: 0 ($thredded-small-spacing - 0.3rem) 0 $thredded-small-spacing;
      width: 6px;
    }

    &:last-child:after {
      display: none;
    }
  }

  a {
    @extend %thredded--nav-link;
  }
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
thredded-0.6.3 app/assets/stylesheets/thredded/layout/_main-navigation.scss
thredded-0.6.2 app/assets/stylesheets/thredded/layout/_main-navigation.scss
thredded-0.6.1 app/assets/stylesheets/thredded/layout/_main-navigation.scss
thredded-0.6.0 app/assets/stylesheets/thredded/layout/_main-navigation.scss
thredded-0.5.1 app/assets/stylesheets/thredded/layout/_main-navigation.scss
thredded-0.5.0 app/assets/stylesheets/thredded/layout/_main-navigation.scss