fix(subscription): update font sizes and padding for better consistency

This commit is contained in:
2026-06-24 17:12:38 +08:00
parent bb99fa592b
commit d6e411c8ef
4 changed files with 10 additions and 15 deletions
@@ -36,8 +36,8 @@
}
.name {
margin-top: var(--spacing-xl);
font-size: var(--font-size-md);
margin-top: var(--spacing-lg);
font-size: var(--font-size-lg);
font-weight: 500;
color: var(--color-auth-text-primary);
line-height: 1.2;
@@ -47,28 +47,23 @@
display: flex;
align-items: baseline;
justify-content: center;
margin-top: 20px;
margin-top: var(--spacing-md);
gap: 2px;
color: #000;
line-height: 1;
}
.currency {
font-size: var(--font-size-md);
font-weight: 400;
color: #000;
font-size: var(--font-size-lg);
}
.price {
font-size: 28px;
font-weight: 300;
color: #000;
font-size: var(--font-size-40);
line-height: 1;
}
.originalPrice {
margin: 4px 0 var(--spacing-sm);
font-size: var(--font-size-xs);
font-size: var(--font-size-lg);
color: #999999;
text-decoration: line-through;
line-height: 1;