mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-05 01:19:45 +08:00
22 lines
321 B
Plaintext
22 lines
321 B
Plaintext
|
.@{statistic-prefix-cls} {
|
||
|
&-rtl {
|
||
|
direction: rtl;
|
||
|
}
|
||
|
|
||
|
&-content {
|
||
|
&-prefix {
|
||
|
.@{statistic-prefix-cls}-rtl & {
|
||
|
margin-right: 0;
|
||
|
margin-left: 4px;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
&-suffix {
|
||
|
.@{statistic-prefix-cls}-rtl & {
|
||
|
margin-right: 4px;
|
||
|
margin-left: 0;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|