mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-26 12:10:06 +08:00
cba9634a3d
* perf: reduce css size * add * add * fix line-height * add .reset-component
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;
|
|
}
|
|
}
|
|
}
|
|
}
|