Sha256: c72d498e2241c410f24ac29d0b9928932483d54ae0f7629f0582054a0c5e42ef

Contents?: true

Size: 780 Bytes

Versions: 4

Compression:

Stored size: 780 Bytes

Contents

&--main-navigation {
  @extend %thredded--list-unstyled;
  @include thredded--clearfix;
  display: block;
  @include thredded-media-tablet-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

4 entries across 4 versions & 1 rubygems

Version Path
thredded-0.4.0 app/assets/stylesheets/thredded/layout/_main-navigation.scss
thredded-0.3.2 app/assets/stylesheets/thredded/layout/_main-navigation.scss
thredded-0.3.1 app/assets/stylesheets/thredded/layout/_main-navigation.scss
thredded-0.3.0 app/assets/stylesheets/thredded/layout/_main-navigation.scss