Sha256: ef5214a695966068214b19d2c16be081696b323a73aa444d86646699424d4cf9

Contents?: true

Size: 1.11 KB

Versions: 3

Compression:

Stored size: 1.11 KB

Contents

&--messageboard {
  @extend %thredded--link;
  border: $thredded-base-border;
  display: block;
  margin-bottom: $thredded-base-spacing;
  padding: $thredded-base-spacing;
  position: relative;

  header {
    margin-bottom: $thredded-small-spacing;
  }

  &:hover {
    background-color: rgba($thredded-brand, 0.035);
  }
}

&--messageboard--title {
  @extend %thredded--heading;
  display: inline-block;
  float: left;
  font-size: 1.125rem; // 18px
  line-height: 1.2;
  margin-bottom: 0;
  margin-right: $thredded-small-spacing;
  vertical-align: baseline;
}

&--messageboard--meta {
  @extend %thredded--heading;
  color: $thredded-secondary-text-color;
  display: inline-block;
  font-weight: normal;
  margin-bottom: 0;
  vertical-align: baseline;
}

&--messageboard--description {
  @extend %thredded--paragraph;
  clear: both;
  margin-bottom: $thredded-small-spacing / 2;
  color: $thredded-text-color;
}

&--messageboard--byline {
  @extend %thredded--paragraph;
  color: $thredded-secondary-text-color;
  font-size: 0.875em;
  font-weight: normal;
  margin-bottom: 0;
}

&--messageboard--create {
  text-align: center;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
thredded-0.3.2 app/assets/stylesheets/thredded/components/_messageboard.scss
thredded-0.3.1 app/assets/stylesheets/thredded/components/_messageboard.scss
thredded-0.3.0 app/assets/stylesheets/thredded/components/_messageboard.scss