Sha256: 974412fe7ea7945818f36011d54e3ba3b64e634d68f3e23ef560152b6b50fdc7

Contents?: true

Size: 1.81 KB

Versions: 2

Compression:

Stored size: 1.81 KB

Contents

&--navigation {
  margin-bottom: $thredded-small-spacing;
  position: relative;
  .thredded--icon {
    display: none;
  }
}

@include thredded-media-tablet-and-down {
  $icon-nav-item-width: 2.625rem;
  &--navigation {
    display: table;
    position: relative;
    width: 100%;
  }
  &--main-navigation {
    position: relative;
    border: none;
  }
  &--navigation-breadcrumbs {
    font-size: $thredded-font-size-small;
    padding-right: $icon-nav-item-width * 2;
    .thredded--is-moderator & {
      padding-right: $icon-nav-item-width * 3;
    }
  }
  &--navigation--search {
    display: none;
    .thredded--messageboards-index &,
    .thredded--topics-index &,
    .thredded--topic-search-results & {
      display: block;
    }
  }
  &--user-navigation {
    display: table-footer-group;
    &-standalone {
      display: block;
      margin-bottom: 0;
    }
    %icon-nav-item {
      margin-right: 0;
      padding: 0;
      position: absolute;
      top: (0.8rem - $thredded-small-spacing);
      z-index: 2;
      a {
        display: block;
        padding: ($thredded-small-spacing / 2) 0 ($thredded-small-spacing / 2) 0;
      }
      .thredded--icon {
        display: block;
        width: 2rem;
        height: 2rem;
      }
    }
    %icon-counter {
      bottom: 0.3rem;
      position: absolute;
      right: -0.2rem;
    }
    .thredded--nav-text {
      display: none;
    }
    &--settings {
      @extend %icon-nav-item;
      right: $icon-nav-item-width;
    }
    &--private-topics {
      @extend %icon-nav-item;
      right: 0;
      top: 1px;
      a {
        position: relative;
      }
      &--unread {
        @extend %icon-counter;
      }
    }
    &--moderation {
      @extend %icon-nav-item;
      right: $icon-nav-item-width * 2;
      &--pending-count {
        @extend %icon-counter
      }
    }
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
thredded-0.5.1 app/assets/stylesheets/thredded/layout/_navigation.scss
thredded-0.5.0 app/assets/stylesheets/thredded/layout/_navigation.scss