UNPKG

@kademi/keditor

Version:

KEditor is a jQuery plugin which provides a content editor with drag n drop, configurable contents

31 lines (26 loc) 574 B
// Import // ------------------------------------------------- @import "_mixins"; @import "_variables"; .keditor-component[data-type="component-form"] { .keditor-component-content { min-height: 50px; } } #keditor-modal-form { .form-builder-area-wrapper { padding: 15px; height: 100%; } .form-builder-area, .form-wrap, .stage-wrap { height: 100%; } .frmb { .keditor-scrollbar(); height: 100%; overflow-y: auto; padding: 5px; } }