Sha256: c4c912b076646905920d32565e828918de8a02ccffff9eff31ae8e75de124f3e

Contents?: true

Size: 647 Bytes

Versions: 6

Compression:

Stored size: 647 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;
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
thredded-0.16.7 app/assets/stylesheets/thredded/layout/_user-navigation.scss
thredded-0.16.6 app/assets/stylesheets/thredded/layout/_user-navigation.scss
thredded-0.16.5 app/assets/stylesheets/thredded/layout/_user-navigation.scss
thredded-0.16.4 app/assets/stylesheets/thredded/layout/_user-navigation.scss
thredded-0.16.3 app/assets/stylesheets/thredded/layout/_user-navigation.scss
thredded-0.16.1 app/assets/stylesheets/thredded/layout/_user-navigation.scss