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.25.4 app/assets/stylesheets/components/forms/_presentation_data_editor.scss
biola_wcms_components-0.25.3 app/assets/stylesheets/components/forms/_presentation_data_editor.scss
biola_wcms_components-0.25.2 app/assets/stylesheets/components/forms/_presentation_data_editor.scss
biola_wcms_components-0.25.1 app/assets/stylesheets/components/forms/_presentation_data_editor.scss
biola_wcms_components-0.25.0 app/assets/stylesheets/components/forms/_presentation_data_editor.scss
biola_wcms_components-0.24.3 app/assets/stylesheets/components/forms/_presentation_data_editor.scss
biola_wcms_components-0.24.2 app/assets/stylesheets/components/forms/_presentation_data_editor.scss
biola_wcms_components-0.24.1 app/assets/stylesheets/components/forms/_presentation_data_editor.scss
biola_wcms_components-0.24.0 app/assets/stylesheets/components/forms/_presentation_data_editor.scss
biola_wcms_components-0.23.0 app/assets/stylesheets/components/forms/_presentation_data_editor.scss
biola_wcms_components-0.22.0 app/assets/stylesheets/components/forms/_presentation_data_editor.scss
biola_wcms_components-0.21.0 app/assets/stylesheets/components/forms/_presentation_data_editor.scss
biola_wcms_components-0.20.0 app/assets/stylesheets/components/forms/_presentation_data_editor.scss
biola_wcms_components-0.19.0 app/assets/stylesheets/components/forms/_presentation_data_editor.scss
biola_wcms_components-0.18.1 app/assets/stylesheets/components/forms/_presentation_data_editor.scss
biola_wcms_components-0.18.0 app/assets/stylesheets/components/forms/_presentation_data_editor.scss
biola_wcms_components-0.17.0 app/assets/stylesheets/components/forms/_presentation_data_editor.scss
biola_wcms_components-0.16.0 app/assets/stylesheets/components/forms/_presentation_data_editor.scss
biola_wcms_components-0.15.3 app/assets/stylesheets/components/forms/_presentation_data_editor.scss
biola_wcms_components-0.15.2 app/assets/stylesheets/components/forms/_presentation_data_editor.scss