style(subscription): update padding and font sizes for offer badges

This commit is contained in:
2026-07-02 15:28:09 +08:00
parent 515fdcaa56
commit fbaf6f9660
4 changed files with 8 additions and 8 deletions
@@ -107,11 +107,11 @@
top: 8px;
left: 50%;
max-width: calc(100% - 12px);
padding: 3px 7px;
padding: 4px 8px;
border-radius: 999px;
background: linear-gradient(135deg, #ff5fae 0%, #ff8a34 100%);
color: #ffffff;
font-size: 10px;
font-size: 16px;
font-weight: 900;
line-height: 1;
white-space: nowrap;
@@ -120,7 +120,7 @@
}
.planTitle {
margin-top: 12px;
margin-top: 20px;
font-size: 19px;
font-weight: 800;
line-height: 1.15;