Sha256: 876f44c8f94bdeb37ed46cbc4bbdcedfed49deaeac362373dfb914312f59eaf8

Contents?: true

Size: 629 Bytes

Versions: 3

Compression:

Stored size: 629 Bytes

Contents

.thredded--form-list {
  @extend %thredded--list-unstyled;

  &.on-top {
    margin-bottom: $thredded-small-spacing;
  }

  li {
    transition: all 0.15s ease-out 0s;
    margin-bottom: $thredded-small-spacing;
  }

  label {
    transition: all 0.15s ease-out 0s;
  }
}

.thredded--form-list--admin-options {
  label {
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0;
    margin-right: $thredded-base-spacing;
  }
}

.thredded--form-list--hint {
  @extend %thredded--paragraph;
  color: $thredded-secondary-text-color;
  font-size: $thredded-font-size-small;
  font-weight: normal;
  position: relative;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
thredded-0.8.4 app/assets/stylesheets/thredded/components/_form-list.scss
thredded-0.8.2 app/assets/stylesheets/thredded/components/_form-list.scss
thredded-0.7.0 app/assets/stylesheets/thredded/components/_form-list.scss