From ae12cdbe2ef525f87d8a5976b0c6722ad6766079 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 20:29:58 +0000 Subject: [PATCH] chore: Remove dead mockup CSS styles Removes the unused `.mock-header` and `.mock-block` classes, as well as the accompanying comment from `code/style.css`. These were artifacts from the deprecated wireframe `TRIALS` array and have been replaced by high-fidelity inline SVGs and CSS Grid layouts. Co-authored-by: hashexplaindata <221828969+hashexplaindata@users.noreply.github.com> --- code/style.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/code/style.css b/code/style.css index 2f088e8..6ff667d 100644 --- a/code/style.css +++ b/code/style.css @@ -238,10 +238,6 @@ h2 { font-size: 1.75rem; font-weight: 600; letter-spacing: -0.02em; margin-botto to { transform: scale(1); opacity: 1; } } -/* --- Mockup Components (Common) --- */ -.mock-header { height: 1.5rem; background: rgba(255,255,255,0.05); border-radius: 4px; margin-bottom: 1.5rem; width: 60%; } -.mock-block { background: rgba(255,255,255,0.03); border-radius: 8px; margin-bottom: 1rem; } - /* --- Trial Specific Layouts --- */ /* T1: Dashboard */ .t1-kpi-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; margin-bottom: 1rem; }