Phase 17: UI Optimization & Polish #24

Merged
luckberg merged 61 commits from gsd/phase-17-ui-optimization-polish into main 2026-06-18 16:24:54 -04:00
Showing only changes of commit 2317833b74 - Show all commits
+3 -3
View File
@@ -100,11 +100,11 @@
* never the BrandSlot component structure (see 19-UI-SPEC.md §Brand Slot). * never the BrandSlot component structure (see 19-UI-SPEC.md §Brand Slot).
* ───────────────────────────────────────────────────────────────────────── */ * ───────────────────────────────────────────────────────────────────────── */
--brand-logo-bg: var(--color-member-0); /* placeholder circle background */ /* IN-04: --brand-logo-bg / --brand-logo-text / --brand-app-name removed — they
--brand-logo-text: #ffffff; /* placeholder initials color */ were leftovers from the "FS initials circle"; BrandSlot now renders logo.svg
and only reads the two tokens below. */
--brand-logo-size: 48px; /* reserved slot height; keep 1:1 aspect */ --brand-logo-size: 48px; /* reserved slot height; keep 1:1 aspect */
--brand-logo-border-radius: 0; /* SVG draws its own rounded-square background (rx=104); no CSS clip needed */ --brand-logo-border-radius: 0; /* SVG draws its own rounded-square background (rx=104); no CSS clip needed */
--brand-app-name: 'FamilySync'; /* drives doc only — not used as CSS content */
/* ───────────────────────────────────────────────────────────────────────── /* ─────────────────────────────────────────────────────────────────────────
* BREAKPOINTS (reference; use in @media queries) * BREAKPOINTS (reference; use in @media queries)