Sha256: d98b42a0f36bd2160dfa58cfbba193e762c176a4184cb12b3e84efc18313662e

Contents?: true

Size: 462 Bytes

Versions: 10

Compression:

Stored size: 462 Bytes

Contents

&--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

10 entries across 10 versions & 1 rubygems

Version Path
thredded-0.6.3 app/assets/stylesheets/thredded/components/_post-form.scss
thredded-0.6.2 app/assets/stylesheets/thredded/components/_post-form.scss
thredded-0.6.1 app/assets/stylesheets/thredded/components/_post-form.scss
thredded-0.6.0 app/assets/stylesheets/thredded/components/_post-form.scss
thredded-0.5.1 app/assets/stylesheets/thredded/components/_post-form.scss
thredded-0.5.0 app/assets/stylesheets/thredded/components/_post-form.scss
thredded-0.4.0 app/assets/stylesheets/thredded/components/_post-form.scss
thredded-0.3.2 app/assets/stylesheets/thredded/components/_post-form.scss
thredded-0.3.1 app/assets/stylesheets/thredded/components/_post-form.scss
thredded-0.3.0 app/assets/stylesheets/thredded/components/_post-form.scss