Sha256: 757ff9b599b86d7da8ac6434fbdc9f37133bb482733d94d2b9a3294bfaef36b2

Contents?: true

Size: 714 Bytes

Versions: 12

Compression:

Stored size: 714 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;
}
.thredded--unread-topics--followed-icon {
  fill: currentColor;
  width: 1em;
  height: 1em;
  top: 0.1em;
  position: relative;
  @include thredded-media-tablet-and-down {
    display: none;
  }
}

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
thredded-1.1.0 app/assets/stylesheets/thredded/layout/_user-navigation.scss
thredded-1.0.1 app/assets/stylesheets/thredded/layout/_user-navigation.scss
thredded-1.0.0 app/assets/stylesheets/thredded/layout/_user-navigation.scss
thredded-0.16.16 app/assets/stylesheets/thredded/layout/_user-navigation.scss
thredded-0.16.15 app/assets/stylesheets/thredded/layout/_user-navigation.scss
thredded-0.16.14 app/assets/stylesheets/thredded/layout/_user-navigation.scss
thredded-0.16.13 app/assets/stylesheets/thredded/layout/_user-navigation.scss
thredded-0.16.12 app/assets/stylesheets/thredded/layout/_user-navigation.scss
thredded-0.16.11 app/assets/stylesheets/thredded/layout/_user-navigation.scss
thredded-0.16.10 app/assets/stylesheets/thredded/layout/_user-navigation.scss
thredded-0.16.9 app/assets/stylesheets/thredded/layout/_user-navigation.scss
thredded-0.16.8 app/assets/stylesheets/thredded/layout/_user-navigation.scss