Sha256: b1a2c69930de16a729ddb449bdb4efe58a02c6fcc07f7c13afe09dbe86000541

Contents?: true

Size: 653 Bytes

Versions: 4

Compression:

Stored size: 653 Bytes

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;
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
thredded-0.4.0 app/assets/stylesheets/thredded/components/_topic-header.scss
thredded-0.3.2 app/assets/stylesheets/thredded/components/_topic-header.scss
thredded-0.3.1 app/assets/stylesheets/thredded/components/_topic-header.scss
thredded-0.3.0 app/assets/stylesheets/thredded/components/_topic-header.scss