gabriel / musehub public
_symbols.scss
27 lines 1.1 KB
Raw
sha256:20b27796ed512236119feef48b4577a8fd9ded05a15267dd4e6da23604ad1f1a docs: update Suggested Ownership Split table to reflect ful… Sonnet 5 27 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 3 commits
sha256:20b27796ed512236119feef48b4577a8fd9ded05a15267dd4e6da23604ad1f1a docs: update Suggested Ownership Split table to reflect ful… Sonnet 5 27 days ago
sha256:8ea2f75226d5834770ccaddbaa6efda1cc337446fd481bb385de8bec4555ae79 docs: Section 9 CI pipeline — confirm job queue is idempote… Sonnet 5 27 days ago
sha256:80e1a60a39562f6e616aaafbb27487f03abbec7d8ffc6164302b7a0c0bfc63ee docs: check off Section 0 items verified in inventory doc, … Sonnet 5 27 days ago