ng-zorro-antd
Version:
An enterprise-class UI components based on Ant Design and Angular
19 lines (15 loc) • 321 B
text/less
@import '../../style/themes/default';
@import '../../style/mixins/index';
@descriptions-prefix-cls: ~'@{ant-prefix}-descriptions';
.@{descriptions-prefix-cls} {
&-rtl {
direction: rtl;
}
&-item-label {
&::after {
.@{descriptions-prefix-cls}-rtl & {
margin: 0 2px 0 8px;
}
}
}
}