Sha256: f4d0eae7ef8a09b4efa064e220cfec4952a169d08447405b6104187b765eb8f5

Contents?: true

Size: 918 Bytes

Versions: 26

Compression:

Stored size: 918 Bytes

Contents

#presentation_data_editor {
  margin-bottom: 20px;

  > .nest .nest {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 20px 0 0 20px;

    h4 {
      margin: 30px 0 5px 0;
    }
  }

  // Wraps Array name and items
  .array_wrapper {
    margin-bottom: 20px;
  }

  .array_item {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;

    // Make the border touch the nested border
    margin-left: -20px;
    padding-left: 20px;

    // Framework item doesn't get saved
    //   it is just there for building out new items
    &.framework {
      display: none;
    }
  }

  .type-image-uploader {
    .image_preview img { margin-top: 5px; max-height: 300px; max-width: 100%; }
  }
  .drop-image-uploader {
    &.dragging { background-color: #deedff; }
  }

  input.form-control[type="checkbox"] {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
biola_wcms_components-0.15.1 app/assets/stylesheets/components/forms/_presentation_data_editor.scss
biola_wcms_components-0.15.0 app/assets/stylesheets/components/forms/_presentation_data_editor.scss
biola_wcms_components-0.14.0 app/assets/stylesheets/components/forms/_presentation_data_editor.scss
biola_wcms_components-0.13.0 app/assets/stylesheets/components/forms/_presentation_data_editor.scss
biola_wcms_components-0.12.0 app/assets/stylesheets/components/forms/_presentation_data_editor.scss
biola_wcms_components-0.11.0 app/assets/stylesheets/components/forms/_presentation_data_editor.scss