Sha256: ea0a9df0d3b21cf353c25f8f7da1fa2cb79b82a3676247fc7218b3a7f8696825

Contents?: true

Size: 1.12 KB

Versions: 6

Compression:

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

&--messageboards--actions {
  @extend %thredded--buttons-list;
}

Version data entries

6 entries across 6 versions & 1 rubygems

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