Sha256: aeaa8b3aa8d56880b2aa396ef7395756e32986211cae47208f12731b79914522

Contents?: true

Size: 1.21 KB

Versions: 4

Compression:

Stored size: 1.21 KB

Contents

.thredded--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);
  }
}

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

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

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

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

.thredded--messageboards--actions {
  @extend %thredded--buttons-list;
  @media print {
    display: none;
  }
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
thredded-0.9.4 app/assets/stylesheets/thredded/components/_messageboard.scss
thredded-0.9.3 app/assets/stylesheets/thredded/components/_messageboard.scss
thredded-0.9.2 app/assets/stylesheets/thredded/components/_messageboard.scss
thredded-0.9.1 app/assets/stylesheets/thredded/components/_messageboard.scss