UNPKG

@kademi/keditor

Version:

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

21 lines (17 loc) 482 B
// Import // ------------------------------------------------- @import "../_mixins"; @import "../_variables"; // Wrapper // ------------------------------------------------- .keditor-wrapper { height: 100%; padding-top: @topbar-height; background: @wrapper-bg url(@wrapper-bg-image) repeat; position: relative; overflow: hidden; box-shadow: @wrapper-shadow; &.small { background-image: url(@wrapper-bg-image2); } }