_symbols.scss
sha256:bba4b69de173366aeb7d490d687ccffb6db9726374033addece89cf2b87642d8
docs: add production launch discovery report and infra laun…
Sonnet 5
8 days ago
| 1 | // ───────────────────────────────────────────────────────────────────────────── |
| 2 | // Page: Symbol Intelligence (/*/symbols, /*/symbols/*) |
| 3 | // File: src/scss/pages/_symbols.scss |
| 4 | // |
| 5 | // STRUCTURAL LAYOUT ONLY — zero colors, zero typography here. |
| 6 | // Visual rules live in components/_symbols.scss. |
| 7 | // ───────────────────────────────────────────────────────────────────────────── |
| 8 | |
| 9 | .sym2-list-page { display: flex; flex-direction: column; gap: 0; } |
| 10 | .sym2-detail-page { display: flex; flex-direction: column; gap: 0.75rem; } |
| 11 | |
| 12 | .sym2-detail-grid { |
| 13 | display: grid; |
| 14 | grid-template-columns: 1fr 1fr; |
| 15 | gap: 1rem; |
| 16 | align-items: start; |
| 17 | |
| 18 | @media (max-width: 900px) { grid-template-columns: 1fr; } |
| 19 | } |
| 20 | |
| 21 | .sym2-detail-sidebar { |
| 22 | display: flex; |
| 23 | flex-direction: column; |
| 24 | gap: 0.75rem; |
| 25 | min-width: 0; |
| 26 | overflow: hidden; |
| 27 | } |
File History
2 commits
sha256:bba4b69de173366aeb7d490d687ccffb6db9726374033addece89cf2b87642d8
docs: add production launch discovery report and infra laun…
Sonnet 5
8 days ago
sha256:eb0928124669c933c0ef852bea1ad0c56649cf21bd7e9663c3b51004771b0591
docs: add MuseHub cloud identity/AWS operating model and Go…
Sonnet 5
patch
9 days ago