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