fix: normalize client billing presentation

This commit is contained in:
hectorzhao
2026-08-28 09:37:59 +08:00
parent 088d7aaacb
commit 5bd347e010
3 changed files with 21 additions and 5 deletions
+15
View File
@@ -599,6 +599,21 @@
font-size: 28px !important;
}
.client-billing-page .client-billing-amount {
background: none;
color: var(--color-text-strong);
font-family: inherit;
font-size: 32px;
font-style: normal;
font-variant-numeric: normal;
font-weight: var(--font-weight-regular);
letter-spacing: normal;
line-height: 1.25;
text-shadow: none;
-webkit-background-clip: border-box;
-webkit-text-fill-color: currentColor;
}
.send-submit-hint {
color: var(--color-text-muted);
font-size: var(--font-size-sm);