UNPKG

682 Btext/lessView Raw
1@import '../../style/themes/index';
2@import '../../style/mixins/index';
3
4@statistic-prefix-cls: ~'@{ant-prefix}-statistic';
5
6.@{statistic-prefix-cls} {
7 .reset-component();
8
9 &-title {
10 margin-bottom: @margin-xss;
11 color: @text-color-secondary;
12 font-size: @statistic-title-font-size;
13 }
14
15 &-content {
16 color: @heading-color;
17 font-size: @statistic-content-font-size;
18 font-family: @statistic-font-family;
19
20 &-value {
21 display: inline-block;
22 direction: ltr;
23 }
24
25 &-prefix,
26 &-suffix {
27 display: inline-block;
28 }
29
30 &-prefix {
31 margin-right: 4px;
32 }
33
34 &-suffix {
35 margin-left: 4px;
36 }
37 }
38}
39
40@import './rtl';