From 9ddfc00aa094d17381642a30bac40ec41036f5c7 Mon Sep 17 00:00:00 2001 From: oliver Date: Mon, 22 Jun 2026 18:30:39 -0300 Subject: [PATCH] Update styles.css --- styles.css | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/styles.css b/styles.css index e17e588..c5e7596 100644 --- a/styles.css +++ b/styles.css @@ -2251,6 +2251,38 @@ body.auth-layout #signin-btn { 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-card { position: absolute;