@chief-editor/ui
Version:
UI Component for chief editor
27 lines (23 loc) • 465 B
text/less
@import "./var.less";
@import "./mixin.less";
.@{prefixCls}-empty {
text-align: center;
position: relative;
width: 100%;
height: 100%;
display: flex;
&-inner {
margin: auto;
padding-top: 44px;
padding-bottom: 58px;
}
&-icon {
font-size: 40px;
color: @color-text-grey4;
}
&-inner-text {
.font-height(14px);
padding-top: 9px;
color: @color-text-grey4;
}
}