style(design): FINDING-001 — ierarhie titluri (H1 dominant 20px, sectiuni 15px)

This commit is contained in:
Claude Agent
2026-06-15 20:49:11 +00:00
parent 8748c21379
commit 39c0e16248
3 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
<div id="mapari-section" class="card">
<h2 style="font-size:14px; margin:0 0 12px;">Mapari de rezolvat</h2>
<h2 style="font-size:15px; margin:0 0 12px;">Mapari de rezolvat</h2>
{% if message %}
<div class="flash">{{ message }}</div>

View File

@@ -11,7 +11,7 @@
* { box-sizing:border-box; }
body { margin:0; font:15px/1.5 system-ui,sans-serif; background:var(--bg); color:var(--ink); }
header { padding:16px 24px; border-bottom:1px solid var(--line); display:flex; align-items:center; gap:12px; }
header h1 { font-size:16px; margin:0; font-weight:600; }
header h1 { font-size:20px; margin:0; font-weight:700; letter-spacing:-.01em; }
header .env { font-size:12px; color:var(--muted); border:1px solid var(--line); padding:2px 8px; border-radius:99px; }
main { padding:24px; max-width:1100px; margin:0 auto; }
.card { background:var(--card); border:1px solid var(--line); border-radius:10px; padding:16px 20px; margin-bottom:16px; }

View File

@@ -31,7 +31,7 @@
<div class="card">
<div style="display:flex; align-items:center; gap:12px; margin:0 0 12px;">
<h2 style="font-size:14px; margin:0;">Coada submissions</h2>
<h2 style="font-size:15px; margin:0;">Coada submissions</h2>
<a href="/v1/audit/export?status=sent" style="margin-left:auto; font-size:13px;" download>export CSV: trimise</a>
<a href="/v1/audit/export?status=all" style="font-size:13px;" download>toate</a>
</div>
@@ -42,7 +42,7 @@
<div class="card">
<details>
<summary style="cursor:pointer; font-size:14px; font-weight:600;">Nomenclator RAR (coduri prestatii)</summary>
<summary style="cursor:pointer; font-size:15px; font-weight:600;">Nomenclator RAR (coduri prestatii)</summary>
<div style="margin-top:12px;" hx-get="/_fragments/nomenclator" hx-trigger="load" hx-swap="innerHTML">
<div class="empty">se incarca…</div>
</div>