Sha256: 79492beb08f4c0179fcffc45d86704757c4fda808df8cdbd2294f3d975d11c9d

Contents?: true

Size: 1.13 KB

Versions: 6

Compression:

Stored size: 1.13 KB

Contents

&--topic-header {
  margin-bottom: $thredded-large-spacing;
  margin-top: $thredded-base-spacing;
  @include thredded-media-mobile {
    margin-bottom: $thredded-small-spacing;
    margin-top: 0;
  }
}

&--topic-header--title {
  @extend %thredded--heading;
  font-size: 1.5rem; // 24px
  line-height: 1.2;
  margin-bottom: $thredded-small-spacing / 2;
}

&--topic-header--started-by {
  font-size: $thredded-font-size-small;
  color: $thredded-secondary-text-color;
  font-style: normal;
  a {
    @extend %thredded--link;
  }
}

&--topic-header--edit-topic {
  @extend %thredded--link;
  font-size: $thredded-font-size-small;
  margin-left: 0.4rem;
}
&--topic-follow-info {
  float: right;
  color: $thredded-secondary-text-color;
  &.thredded--following {
    font-size: 0.65rem;
  }
  &.thredded--notfollowing {
    font-size: $thredded-font-size-small;
  }
  font-style: normal;
  max-width: 60%;
  text-align: right;
  p {
    margin: 0;
  }
  form {
    display: inline-block;
    input[type=submit] {
      background:none;
      border:none;
      padding:0;
      font: inherit;
      cursor: pointer;
      @extend %thredded--link;
    }
  }
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
thredded-0.6.3 app/assets/stylesheets/thredded/components/_topic-header.scss
thredded-0.6.2 app/assets/stylesheets/thredded/components/_topic-header.scss
thredded-0.6.1 app/assets/stylesheets/thredded/components/_topic-header.scss
thredded-0.6.0 app/assets/stylesheets/thredded/components/_topic-header.scss
thredded-0.5.1 app/assets/stylesheets/thredded/components/_topic-header.scss
thredded-0.5.0 app/assets/stylesheets/thredded/components/_topic-header.scss