2019-05-06 12:04:39 +08:00
|
|
|
@import '../../style/themes/index';
|
2019-01-09 20:38:09 +08:00
|
|
|
@import '../../style/mixins/index';
|
|
|
|
|
|
|
|
@statistic-prefix-cls: ~'@{ant-prefix}-statistic';
|
|
|
|
|
|
|
|
.@{statistic-prefix-cls} {
|
2020-12-22 11:08:12 +08:00
|
|
|
.reset-component();
|
2019-01-09 20:38:09 +08:00
|
|
|
|
|
|
|
&-title {
|
2020-03-29 10:39:46 +08:00
|
|
|
margin-bottom: @margin-xss;
|
2019-05-26 14:23:48 +08:00
|
|
|
color: @text-color-secondary;
|
2019-02-15 10:48:07 +08:00
|
|
|
font-size: @statistic-title-font-size;
|
2019-01-09 20:38:09 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
&-content {
|
2019-05-26 14:23:48 +08:00
|
|
|
color: @heading-color;
|
2019-01-09 20:38:09 +08:00
|
|
|
font-size: @statistic-content-font-size;
|
|
|
|
font-family: @statistic-font-family;
|
|
|
|
|
|
|
|
&-value {
|
2020-04-20 16:29:30 +08:00
|
|
|
display: inline-block;
|
|
|
|
direction: ltr;
|
2019-01-09 20:38:09 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
&-prefix,
|
|
|
|
&-suffix {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-prefix {
|
|
|
|
margin-right: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-suffix {
|
|
|
|
margin-left: 4px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2020-03-18 11:22:27 +08:00
|
|
|
|
2020-03-23 10:57:37 +08:00
|
|
|
@import './rtl';
|