You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
321 B
19 lines
321 B
5 years ago
|
@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;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|