@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
text/less
// Import
// -------------------------------------------------
@import "../_mixins";
@import "../_variables";
// Hidden UI
// -------------------------------------------------
.keditor-ui-hidden {
display: none ;
}
// Cutting UI
// -------------------------------------------------
.keditor-ui-cutting {
.keditor-component-content,
.keditor-container-inner {
opacity: 0.5 ;
}
}
// Dragging UI
// -------------------------------------------------
.keditor-ui-dragging {
display: block ;
opacity: 0.2 ;
.keditor-toolbar {
display: none ;
}
}