@kademi/keditor
Version:
KEditor is a jQuery plugin which provides a content editor with drag n drop, configurable contents
22 lines (18 loc) • 411 B
text/less
// Import
// -------------------------------------------------
@import "../_mixins";
@import "../_variables";
// Content area
// -------------------------------------------------
.keditor-content-areas-wrapper {
.previewing & {
display: none;
}
}
.keditor-content-area {
min-height: 100px;
width: auto;
margin: 0;
padding: 30px;
position: relative;
}