@kademi/keditor
Version:
KEditor is a jQuery plugin which provides a content editor with drag n drop, configurable contents
55 lines (47 loc) • 1.18 kB
text/less
// Import
// -------------------------------------------------
@import "_mixins";
@import "_variables";
// CKEditor
// -------------------------------------------------
div.cke_float[id*="cke_keditor-ui-"] {
padding: 0 6px;
top: 0 ;
left: 0 ;
right: 0 ;
border-radius: 0 ;
margin: 0 ;
background: #fff;
height: @topbar-height;
display: flex;
justify-content: center;
align-items: center;
border-bottom: 1px solid @border-color;
.cke_inner {
padding: 0 ;
}
.cke_top {
padding: 0;
border: 0;
background: none ;
}
.cke_toolbox {
display: block ;
overflow-x: auto;
overflow-y: hidden;
.keditor-scrollbar(5px);
}
.cke_toolbar {
float: none ;
display: inline-block ;
vertical-align: top ;
}
.cke_toolbar_break {
display: none ;
}
}
.cke_screen_reader_only {
top: 0;
left: 0;
z-index: -1;
}