tntd
Version:
tntd是基于 TNT Design 设计体系的 React UI 组件库,主要用于研发企业级中后台产品。
39 lines (32 loc) • 660 B
text/less
@empty-prefix-cls: ~'@{ant-prefix}-empty';
.@{empty-prefix-cls} {
&.@{empty-prefix-cls}-mini {
.@{empty-prefix-cls}-image {
height: 50px;
margin-bottom: 6px;
}
}
&.@{empty-prefix-cls}-small {
.@{empty-prefix-cls}-image {
height: 100px;
}
}
&.@{empty-prefix-cls}-large {
.@{empty-prefix-cls}-image {
height: 160px;
}
}
&.@{empty-prefix-cls}-ultra {
.@{empty-prefix-cls}-image {
height: 250px;
}
}
.@{empty-prefix-cls}-image {
height: 120px;
margin-bottom: @padding-md;
color: @primary-color;
}
.@{empty-prefix-cls}-description {
color: @text-color;
}
}