Sha256: 83c37b26966802e3e88408e4b2f396e181e2f6eabb96c06bfc1ed5e770daefac

Contents?: true

Size: 516 Bytes

Versions: 5

Compression:

Stored size: 516 Bytes

Contents

.thredded--user-navigation {
  @extend %thredded--nav-tabs;
  display: flex;
  justify-content: flex-end;
  @media print {
    display: none;
  }
}

.thredded--user-navigation--item {
  @extend %thredded--nav-tabs--item;

  &.thredded--is-current {
    @extend %thredded--nav-tabs--item-current;
  }
}

.thredded--user-navigation--private-topics--unread,
.thredded--user-navigation--moderation--pending-count,
.thredded--user-navigation--unread-topics--followed-count {
  @extend %thredded--nav-tabs--item--badge;
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
thredded-0.16.0 app/assets/stylesheets/thredded/layout/_user-navigation.scss
thredded-0.15.5 app/assets/stylesheets/thredded/layout/_user-navigation.scss
thredded-0.15.4 app/assets/stylesheets/thredded/layout/_user-navigation.scss
thredded-0.15.3 app/assets/stylesheets/thredded/layout/_user-navigation.scss
thredded-0.15.2 app/assets/stylesheets/thredded/layout/_user-navigation.scss