feat(FN-002): complete Step 2 — React Frontend App Skeleton

Fusion-Task-Id: FN-002
Fusion-Task-Lineage: 49cb7077-d805-4d39-9a27-ae50744f2839
This commit is contained in:
Fusion
2026-05-14 06:15:59 +02:00
parent c6bf919344
commit 212b9e7c21
6 changed files with 47 additions and 22 deletions
+17
View File
@@ -2,6 +2,23 @@
--bg: #0f172a;
--fg: #e2e8f0;
--accent: #38bdf8;
--surface: rgba(255, 255, 255, 0.04);
--border: rgba(255, 255, 255, 0.08);
--border-subtle: rgba(255, 255, 255, 0.06);
--space-xs: 0.5rem;
--space-sm: 1rem;
--space-md: 1.5rem;
--space-lg: 2rem;
--space-xl: 2.5rem;
--radius: 0.75rem;
--width-card: 17.5rem;
--font-base: 1rem;
--font-sm: 0.875rem;
--font-lg: 1.25rem;
--font-xl: 2.5rem;
--opacity-dim: 0.5;
--opacity-medium: 0.7;
--opacity-high: 0.8;
font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
line-height: 1.5;
color-scheme: dark;