Sha256: 8ddaa017544e9e11888cd8a002dbe2759743d3b41fabc18a7ad48eeef770355c

Contents?: true

Size: 605 Bytes

Versions: 10

Compression:

Stored size: 605 Bytes

Contents

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

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

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

10 entries across 10 versions & 1 rubygems

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