fix: normalize client billing presentation
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user