gabriel / musehub public
_dead.scss
79 lines 2.4 KB
Raw
sha256:3ff9c9863a9891bdcde71b4a43228f66d0493e38b7cc1d09fe9eb7de774046b2 feat: add repair-commit wire endpoint (API parity with repa… Opus 4.8 minor ⚠ breaking 1 day ago
1 // ─────────────────────────────────────────────────────────────────────────────
2 // Page: Dead Code (.dead-* layout)
3 // File: src/scss/pages/_dead.scss
4 //
5 // STRUCTURAL LAYOUT ONLY — zero colors, zero typography here.
6 // Visual rules live in components/_dead.scss.
7 // ─────────────────────────────────────────────────────────────────────────────
8
9 // ── Page header ───────────────────────────────────────────────────────────────
10
11 .intel-page-header {
12 display: flex;
13 flex-direction: column;
14 gap: 0.35rem;
15 padding: 1rem 1.25rem 0.9rem;
16 margin-bottom: 1.25rem;
17 }
18
19 // ── Stat row ──────────────────────────────────────────────────────────────────
20
21 .dead-stats-row {
22 display: flex;
23 gap: 1rem;
24 margin-bottom: 1.5rem;
25
26 @media (max-width: 540px) { flex-wrap: wrap; }
27 }
28
29 .dead-stat-card {
30 display: flex;
31 flex-direction: column;
32 align-items: center;
33 gap: 0.3rem;
34 padding: 0.9rem 1.5rem;
35 flex: 1;
36 }
37
38 // ── Confidence groups ─────────────────────────────────────────────────────────
39
40 .dead-group {
41 margin-bottom: 1rem;
42 }
43
44 .dead-group-header {
45 display: flex;
46 align-items: center;
47 gap: 0.5rem;
48 padding: 0.65rem 1rem;
49 flex-wrap: wrap;
50 }
51
52 .dead-group-desc {
53 flex-basis: 100%;
54 padding-left: 1.25rem;
55 padding-bottom: 0.25rem;
56 }
57
58 // ── Rows ──────────────────────────────────────────────────────────────────────
59
60 .dead-row {
61 display: flex;
62 align-items: center;
63 gap: 0.65rem;
64 padding: 0.55rem 1rem;
65
66 @media (max-width: 700px) {
67 .dead-meta { display: none; }
68 }
69 }
70
71 .dead-address {
72 flex: 1;
73 min-width: 0;
74 }
75
76 .dead-dismiss-form button {
77 flex-shrink: 0;
78 margin-left: auto;
79 }
File History 1 commit
sha256:3ff9c9863a9891bdcde71b4a43228f66d0493e38b7cc1d09fe9eb7de774046b2 feat: add repair-commit wire endpoint (API parity with repa… Opus 4.8 minor 1 day ago