Sha256: 52076ff60fd7ba6450beb163ec55fea6ec7bf262b07e9dd2ed6f1a62a6e2bf8f

Contents?: true

Size: 704 Bytes

Versions: 17

Compression:

Stored size: 704 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;
  }

  label + label {
    display: inline-block;
    font-weight: normal;
  }
}

.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

17 entries across 17 versions & 1 rubygems

Version Path
thredded-0.13.3 app/assets/stylesheets/thredded/components/_form-list.scss
thredded-0.13.2 app/assets/stylesheets/thredded/components/_form-list.scss
thredded-0.13.1 app/assets/stylesheets/thredded/components/_form-list.scss
thredded-0.13.0 app/assets/stylesheets/thredded/components/_form-list.scss
thredded-0.12.4 app/assets/stylesheets/thredded/components/_form-list.scss
thredded-0.12.3 app/assets/stylesheets/thredded/components/_form-list.scss
thredded-0.12.2 app/assets/stylesheets/thredded/components/_form-list.scss
thredded-0.12.1 app/assets/stylesheets/thredded/components/_form-list.scss
thredded-0.12.0 app/assets/stylesheets/thredded/components/_form-list.scss
thredded-0.11.1 app/assets/stylesheets/thredded/components/_form-list.scss
thredded-0.11.0 app/assets/stylesheets/thredded/components/_form-list.scss
thredded-0.10.1 app/assets/stylesheets/thredded/components/_form-list.scss
thredded-0.10.0 app/assets/stylesheets/thredded/components/_form-list.scss
thredded-0.9.4 app/assets/stylesheets/thredded/components/_form-list.scss
thredded-0.9.3 app/assets/stylesheets/thredded/components/_form-list.scss
thredded-0.9.2 app/assets/stylesheets/thredded/components/_form-list.scss
thredded-0.9.1 app/assets/stylesheets/thredded/components/_form-list.scss