Update styles.css

This commit is contained in:
oliver
2026-06-22 18:30:39 -03:00
parent 901f43e497
commit 9ddfc00aa0
+32
View File
@@ -2251,6 +2251,38 @@ body.auth-layout #signin-btn {
border-color: var(--danger); border-color: var(--danger);
} }
/* ─── Affiliate Area Cards ───────────────────────────────────── */
.affiliate-areas-list {
display: flex;
flex-direction: column;
gap: 8px;
max-height: 300px;
overflow-y: auto;
}
.affiliate-area-card {
background: var(--bg-inner);
border: 1px solid var(--border);
border-radius: var(--radius);
padding: 12px 14px;
}
.affiliate-area-card .form-group input {
font-size: 12px;
padding: 5px 8px;
}
.affiliate-area-name {
font-size: 11px;
font-weight: 600;
color: var(--accent);
text-transform: uppercase;
letter-spacing: 0.06em;
margin-bottom: 8px;
padding-bottom: 6px;
border-bottom: 1px solid var(--border);
}
/* ─── Wizard (Integrations setup) ─────────────────────────────── */ /* ─── Wizard (Integrations setup) ─────────────────────────────── */
#wizard-card { #wizard-card {
position: absolute; position: absolute;