_blast_risk.scss
sha256:e519738f2102d625d47828a17d113283cd744577b43551013cb668fd04f1c3fe
chore(mwp8/phase5): tick all RG checkboxes; close-out doc (…
Sonnet 4.6
18 days ago
| 1 | // ───────────────────────────────────────────────────────────────────────────── |
| 2 | // Page: Blast Risk (.br-* layout) |
| 3 | // File: src/scss/pages/_blast_risk.scss |
| 4 | // |
| 5 | // STRUCTURAL LAYOUT ONLY — zero colors, zero typography here. |
| 6 | // Visual rules live in components/_blast_risk.scss. |
| 7 | // ───────────────────────────────────────────────────────────────────────────── |
| 8 | |
| 9 | // ── Stat row ────────────────────────────────────────────────────────────────── |
| 10 | |
| 11 | .br-stats-row { |
| 12 | display: flex; |
| 13 | gap: 1rem; |
| 14 | margin-bottom: 1.5rem; |
| 15 | |
| 16 | @media (max-width: 540px) { flex-wrap: wrap; } |
| 17 | } |
| 18 | |
| 19 | .br-stat-card { |
| 20 | display: flex; |
| 21 | flex-direction: column; |
| 22 | align-items: center; |
| 23 | gap: 0.3rem; |
| 24 | padding: 0.9rem 1.25rem; |
| 25 | flex: 1; |
| 26 | } |
| 27 | |
| 28 | // ── Symbol list ─────────────────────────────────────────────────────────────── |
| 29 | |
| 30 | .br-list { |
| 31 | margin-bottom: 1.5rem; |
| 32 | } |
| 33 | |
| 34 | .br-row { |
| 35 | @media (max-width: 700px) { |
| 36 | .br-meta { display: none; } |
| 37 | } |
| 38 | } |
| 39 | |
| 40 | .br-address { |
| 41 | flex: 1; |
| 42 | min-width: 0; |
| 43 | } |
File History
2 commits
sha256:e519738f2102d625d47828a17d113283cd744577b43551013cb668fd04f1c3fe
chore(mwp8/phase5): tick all RG checkboxes; close-out doc (…
Sonnet 4.6
18 days ago
sha256:0e5174da777684df43b2db71f282079030ef28bacffb93e19c29ee712b2a8bc4
test(mwp8/phase0): audit — repair+force-push leave stale ca…
Sonnet 4.6
20 days ago