UNPKG

@kademi/keditor

Version:

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

34 lines (26 loc) 682 B
// Import // ------------------------------------------------- @import "../_mixins"; @import "../_variables"; // Hidden UI // ------------------------------------------------- .keditor-ui-hidden { display: none !important; } // Cutting UI // ------------------------------------------------- .keditor-ui-cutting { .keditor-component-content, .keditor-container-inner { opacity: 0.5 !important; } } // Dragging UI // ------------------------------------------------- .keditor-ui-dragging { display: block !important; opacity: 0.2 !important; .keditor-toolbar { display: none !important; } }