mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-06-06 13:14:11 +00:00
53 lines
1 KiB
CSS
53 lines
1 KiB
CSS
|
|
.ant-statistic-content {
|
||
|
|
font-size: 17px !important;
|
||
|
|
line-height: 1.4 !important;
|
||
|
|
font-weight: 600;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ant-statistic-content-value,
|
||
|
|
.ant-statistic-content-prefix,
|
||
|
|
.ant-statistic-content-suffix {
|
||
|
|
font-size: 17px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ant-statistic-content-prefix {
|
||
|
|
margin-inline-end: 8px !important;
|
||
|
|
opacity: 0.7;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ant-statistic-content-prefix .anticon {
|
||
|
|
font-size: 17px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ant-statistic-content-suffix {
|
||
|
|
font-size: 12px !important;
|
||
|
|
opacity: 0.55;
|
||
|
|
margin-inline-start: 4px;
|
||
|
|
font-weight: 500;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ant-statistic-title {
|
||
|
|
font-size: 11px !important;
|
||
|
|
margin-bottom: 6px !important;
|
||
|
|
letter-spacing: 0.6px;
|
||
|
|
text-transform: uppercase;
|
||
|
|
color: rgba(0, 0, 0, 0.55);
|
||
|
|
font-weight: 500;
|
||
|
|
}
|
||
|
|
|
||
|
|
body.dark .ant-statistic-content {
|
||
|
|
color: rgba(255, 255, 255, 0.92);
|
||
|
|
}
|
||
|
|
|
||
|
|
body.dark .ant-statistic-title {
|
||
|
|
color: rgba(255, 255, 255, 0.72);
|
||
|
|
}
|
||
|
|
|
||
|
|
html[data-theme='ultra-dark'] .ant-statistic-content {
|
||
|
|
color: rgba(255, 255, 255, 0.95);
|
||
|
|
}
|
||
|
|
|
||
|
|
html[data-theme='ultra-dark'] .ant-statistic-title {
|
||
|
|
color: rgba(255, 255, 255, 0.70);
|
||
|
|
}
|