mirror of
https://github.com/wasrusgen/zashita-brandbook.git
synced 2026-06-03 15:24:48 +00:00
fix: brand compliance — only tokens.css colors in pricing-deck and privacy
This commit is contained in:
parent
bcebdce331
commit
5a355005b8
1264
pricing-deck.html
1264
pricing-deck.html
File diff suppressed because it is too large
Load Diff
@ -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}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user