mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-30 06:09:34 +08:00
27 lines
446 B
Plaintext
27 lines
446 B
Plaintext
@import '../../style/themes/index';
|
|
@import '../../style/mixins/index';
|
|
|
|
@statistic-prefix-cls: ~'@{ant-prefix}-statistic';
|
|
|
|
.@{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;
|
|
}
|
|
}
|
|
}
|
|
}
|