mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-05 05:29:01 +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;
|
|
}
|
|
}
|
|
}
|
|
}
|