mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-26 20:20:00 +08:00
19 lines
321 B
Plaintext
19 lines
321 B
Plaintext
|
@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;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|