fix: brand compliance — only tokens.css colors in pricing-deck and privacy

This commit is contained in:
WASRUSGEN 2026-05-28 20:38:17 +03:00
parent bcebdce331
commit 5a355005b8
2 changed files with 463 additions and 833 deletions

File diff suppressed because it is too large Load Diff

View File

@ -27,10 +27,10 @@ h2{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;
.clause-t b{color:var(--dark)} .clause-t b{color:var(--dark)}
.note{background:var(--tint);border:1.5px solid rgba(159,18,57,.18);border-radius:12px;padding:14px 18px;font-size:13px;color:var(--mut);margin:20px 0;line-height:1.6} .note{background:var(--tint);border:1.5px solid rgba(159,18,57,.18);border-radius:12px;padding:14px 18px;font-size:13px;color:var(--mut);margin:20px 0;line-height:1.6}
.note b{color:var(--bg)} .note b{color:var(--bg)}
.note.ok{background:#f0fdf4;border-color:rgba(22,163,74,.2)} .note.ok{background:var(--tint);border-color:rgba(159,18,57,.18)}
.note.ok b{color:#15803d} .note.ok b{color:var(--bg)}
.note.blue{background:#eff6ff;border-color:rgba(37,99,235,.2)} .note.blue{background:var(--tint);border-color:rgba(159,18,57,.18)}
.note.blue b{color:#1d4ed8} .note.blue b{color:var(--bg)}
.parties-box{background:var(--card);border:1.5px solid var(--line);border-radius:13px;padding:18px 20px;margin-bottom:24px} .parties-box{background:var(--card);border:1.5px solid var(--line);border-radius:13px;padding:18px 20px;margin-bottom:24px}
.parties-box .row{display:flex;gap:8px;margin-bottom:6px;font-size:14px} .parties-box .row{display:flex;gap:8px;margin-bottom:6px;font-size:14px}
.parties-box .row:last-child{margin-bottom:0} .parties-box .row:last-child{margin-bottom:0}