Sha256: 6d43b3904e28a5d035a029848db9bdf4abc4e7fe04975e49011d22a37e72b319

Contents?: true

Size: 969 Bytes

Versions: 2

Compression:

Stored size: 969 Bytes

Contents

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

&--moderation--history-link {
  float: right;
  margin: 0.4rem 0.6rem $thredded-small-spacing 0;
  position: relative;
  z-index: 1;
}

&--moderated-notice {
  margin-bottom: $thredded-base-spacing;
  padding: $thredded-small-spacing $thredded-base-spacing;
  background: $thredded-light-gray;
}

&--post-moderation-record {
  .thredded--post {
    margin-bottom: 0;
    margin-left: 4rem;
  }
  &--moderation-state-notice {
    margin-bottom: 1rem;
    a {
      @extend %thredded--link;
    }
    .thredded--post-moderation-record-approved & {
      color: $thredded-alert-success-color;
    }
    .thredded--post-moderation-record-blocked & {
      color: $thredded-alert-danger-color;
    }
  }
  &--content-changed-notice {
    font-style: italic;
    a {
      @extend %thredded--link;
    }
  }
}

&--post-moderation-record + &--post-moderation-record {
  margin-top: $thredded-large-spacing;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
thredded-0.5.1 app/assets/stylesheets/thredded/layout/_moderation.scss
thredded-0.5.0 app/assets/stylesheets/thredded/layout/_moderation.scss