_spacing.scss
sha256:969ddc5e88776e70af33c016b8777bb721356508ae5f304b3fb46c451494ece7
test(mwp3): Phase 4 — fix adjacent suite regressions, lock …
Sonnet 4.6
22 days ago
| 1 | // ───────────────────────────────────────────────────────────────────────────── |
| 2 | // Component: Spacing |
| 3 | // File: src/scss/theme/_spacing.scss |
| 4 | // |
| 5 | // Variants: n/a — token definitions only |
| 6 | // Tokens: --space-1 through --space-12, --radius-*, --z-* |
| 7 | // Usage: padding: var(--space-4); |
| 8 | // |
| 9 | // Notes: 8pt grid. --radius-full is 9999px for pill shapes. |
| 10 | // ───────────────────────────────────────────────────────────────────────────── |
| 11 | |
| 12 | :root { |
| 13 | --space-1: 4px; |
| 14 | --space-2: 8px; |
| 15 | --space-3: 12px; |
| 16 | --space-4: 16px; |
| 17 | --space-5: 20px; |
| 18 | --space-6: 24px; |
| 19 | --space-7: 32px; |
| 20 | --space-8: 40px; |
| 21 | --space-9: 48px; |
| 22 | --space-10: 64px; |
| 23 | --space-11: 80px; |
| 24 | --space-12: 96px; |
| 25 | |
| 26 | --radius-sm: 3px; |
| 27 | --radius-base: 6px; |
| 28 | --radius-md: 8px; |
| 29 | --radius-lg: 12px; |
| 30 | --radius-xl: 16px; |
| 31 | --radius-full: 9999px; |
| 32 | |
| 33 | --z-base: 0; |
| 34 | --z-raised: 10; |
| 35 | --z-overlay: 100; |
| 36 | --z-modal: 200; |
| 37 | --z-toast: 300; |
| 38 | --z-tooltip: 400; |
| 39 | } |
File History
2 commits
sha256:969ddc5e88776e70af33c016b8777bb721356508ae5f304b3fb46c451494ece7
test(mwp3): Phase 4 — fix adjacent suite regressions, lock …
Sonnet 4.6
22 days ago
sha256:1749b9cc5cd2583c56d3261c4c00a342c27435f3946d4bc3e70f76aa2795458a
docs(mwp-3): TDD implementation plan for job-enqueue idempo…
Opus 4.8
22 days ago