gabriel / musehub public
_spacing.scss
39 lines 1.2 KB
Raw
sha256:25d96102cb2d69a038356dff26f4633156da2f1faf98fe0d0e4438ff3f367f12 refactor: rename 0054/0055 migrations to standard convention Sonnet 4.6 minor ⚠ breaking 24 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:25d96102cb2d69a038356dff26f4633156da2f1faf98fe0d0e4438ff3f367f12 refactor: rename 0054/0055 migrations to standard convention Sonnet 4.6 minor 24 days ago
sha256:4aed3d8601c8dd3ed37074de35f11f4a9699a0a4b99d43727048fd3f8e6fd13d chore: doc sweep, ignore wrangler build state, misc fixes Sonnet 4.6 minor 25 days ago