Sha256: eea3c21b54c07da179d6a82cf9b9ff4f42abc29fabb2e07946101d743c53d178

Contents?: true

Size: 470 Bytes

Versions: 3

Compression:

Stored size: 470 Bytes

Contents

.thredded--post-form {
  label {
    display: none;
  }

  &--wrapper {
    border-top: $thredded-base-border;
    margin-top: $thredded-base-spacing;
    padding-top: $thredded-large-spacing;
    @include thredded-media-mobile {
      padding-top: $thredded-base-spacing;
    }
  }

  &--title {
    @extend %thredded--heading;
    font-size: 1.25rem; // 20px
    margin-bottom: $thredded-base-spacing;
  }

  &--submit {
    margin-top: $thredded-small-spacing;
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
thredded-0.8.4 app/assets/stylesheets/thredded/components/_post-form.scss
thredded-0.8.2 app/assets/stylesheets/thredded/components/_post-form.scss
thredded-0.7.0 app/assets/stylesheets/thredded/components/_post-form.scss