mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-10 02:53:28 +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;
|
|
}
|
|
}
|
|
}
|
|
}
|