mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-03 20:49:14 +08:00
feat: change statistic deciaml font size
This commit is contained in:
parent
1f935803f8
commit
310c16bf06
@ -860,7 +860,7 @@
|
||||
|
||||
// Skeleton
|
||||
// ---
|
||||
@skeleton-color: rgba(190, 190, 190, .2);
|
||||
@skeleton-color: rgba(190, 190, 190, 0.2);
|
||||
@skeleton-to-color: shade(@skeleton-color, 5%);
|
||||
@skeleton-paragraph-margin-top: 28px;
|
||||
@skeleton-paragraph-li-margin-top: @margin-md;
|
||||
@ -932,7 +932,7 @@
|
||||
// ---
|
||||
@statistic-title-font-size: @font-size-base;
|
||||
@statistic-content-font-size: 24px;
|
||||
@statistic-unit-font-size: 16px;
|
||||
@statistic-unit-font-size: 24px;
|
||||
@statistic-font-family: @font-family;
|
||||
|
||||
// Drawer
|
||||
|
Loading…
Reference in New Issue
Block a user