v1.7.1: fix all P1-P4, C1-C6, H1-H6, M1-M7, L1-L3 from error.md — async migrations, CSS variables, SQL validation, event loop, prompt injection, VCF parsing, race conditions, unused imports, gitignore
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
<style>
|
||||
.consent-table { width:100%; border-collapse:collapse; }
|
||||
.consent-table th, .consent-table td { padding:10px 14px; text-align:left; border-bottom:1px solid var(--border); font-size:13px; }
|
||||
.consent-table th { font-weight:600; color:var(--text-muted); background:var(--light-bg); }
|
||||
.consent-table th { font-weight:600; color:var(--text-muted); background:var(--bg-card); }
|
||||
.consent-table td { vertical-align:middle; }
|
||||
.consent-yes { color:#155724; font-weight:600; }
|
||||
.consent-no { color:#721c24; font-weight:600; }
|
||||
.consent-yes { color:var(--success, #155724); font-weight:600; }
|
||||
.consent-no { color:var(--danger, #721c24); font-weight:600; }
|
||||
.filter-bar { display:flex; gap:12px; margin-bottom:16px; align-items:center; flex-wrap:wrap; }
|
||||
.filter-bar input, .filter-bar select { padding:8px 12px; border:1px solid var(--border); border-radius:6px; font-size:13px; }
|
||||
.broadcast-card { background:var(--bg-card); border:1px solid var(--border); border-radius:12px; padding:20px; margin-top:16px; }
|
||||
|
||||
Reference in New Issue
Block a user