Sha256: dbc676dfbc42aadc50612815846e5917aecb8553427afc1944c119ff15e21634

Contents?: true

Size: 821 Bytes

Versions: 10

Compression:

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

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
biola_wcms_components-0.10.0 app/assets/stylesheets/components/forms/_presentation_data_editor.scss
biola_wcms_components-0.9.1 app/assets/stylesheets/components/forms/_presentation_data_editor.scss
biola_wcms_components-0.9.0 app/assets/stylesheets/components/forms/_presentation_data_editor.scss
biola_wcms_components-0.8.0 app/assets/stylesheets/components/forms/_presentation_data_editor.scss
biola_wcms_components-0.7.0 app/assets/stylesheets/components/forms/_presentation_data_editor.scss
biola_wcms_components-0.6.1 app/assets/stylesheets/components/forms/_presentation_data_editor.scss
biola_wcms_components-0.6.0 app/assets/stylesheets/components/forms/_presentation_data_editor.scss
biola_wcms_components-0.5.0 app/assets/stylesheets/components/forms/_presentation_data_editor.scss
biola_wcms_components-0.4.0 app/assets/stylesheets/components/forms/_presentation_data_editor.scss
biola_wcms_components-0.3.0 app/assets/stylesheets/components/forms/_presentation_data_editor.scss