This commit is contained in:
oliver
2026-06-09 18:16:29 -03:00
parent f26ecc8646
commit 5b59f6c1a8
3 changed files with 45 additions and 53 deletions
-20
View File
@@ -1656,12 +1656,6 @@ body::after {
cursor: pointer;
}
.credits-option-content {
display: flex;
flex-direction: column;
gap: 4px;
}
.credits-option-label {
font-size: 15px;
font-weight: 600;
@@ -1669,20 +1663,6 @@ body::after {
letter-spacing: 0.02em;
}
.credits-first-month {
display: inline-block;
font-size: 10px;
font-weight: 700;
letter-spacing: 0.04em;
text-transform: uppercase;
color: var(--warning);
background: rgba(255, 170, 0, 0.12);
border: 1px solid rgba(255, 170, 0, 0.35);
border-radius: 4px;
padding: 1px 6px;
white-space: nowrap;
}
.credits-fee-note {
font-size: 12px;
color: var(--text-muted);