UNPKG

@chief-editor/ui

Version:

UI Component for chief editor

36 lines (28 loc) 472 B
@import "./var.less"; @import "./mixin.less"; .@{prefixCls}-content { &-container { display: flex; flex-flow: column; width: 100%; } &-header, &-footer, &-inner { .clearfix(); display: flex; } &-footer { margin-top: auto; } &-inner { overflow: auto; } &-icon-wrapper { width: 28px; } &-inner-wrapper { flex: 1; height: 100%; } }