_spacing.scss
sha256:3ff9c9863a9891bdcde71b4a43228f66d0493e38b7cc1d09fe9eb7de774046b2
feat: add repair-commit wire endpoint (API parity with repa…
Opus 4.8
minor
⚠ breaking
1 day 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
1 commit
sha256:3ff9c9863a9891bdcde71b4a43228f66d0493e38b7cc1d09fe9eb7de774046b2
feat: add repair-commit wire endpoint (API parity with repa…
Opus 4.8
minor
⚠
1 day ago