promo
This commit is contained in:
+20
@@ -1656,6 +1656,12 @@ body::after {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.credits-option-content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 4px;
|
||||
}
|
||||
|
||||
.credits-option-label {
|
||||
font-size: 15px;
|
||||
font-weight: 600;
|
||||
@@ -1663,6 +1669,20 @@ 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);
|
||||
|
||||
Reference in New Issue
Block a user