gabriel / musehub public
_commits.scss
21 lines 874 B
Raw
sha256:25d96102cb2d69a038356dff26f4633156da2f1faf98fe0d0e4438ff3f367f12 refactor: rename 0054/0055 migrations to standard convention Sonnet 4.6 minor ⚠ breaking 21 days ago
1 // ─────────────────────────────────────────────────────────────────────────────
2 // Page: Commits list
3 // File: src/scss/pages/_commits.scss
4 //
5 // STRUCTURAL LAYOUT ONLY — zero colors, zero typography here.
6 // Visual rules live in components/_commits.scss.
7 // ─────────────────────────────────────────────────────────────────────────────
8
9 .commits-header {
10 display: flex;
11 align-items: center;
12 justify-content: space-between;
13 gap: var(--space-3);
14 flex-wrap: wrap;
15
16 > div {
17 display: flex;
18 align-items: center;
19 gap: var(--space-3);
20 }
21 }
File History 2 commits
sha256:25d96102cb2d69a038356dff26f4633156da2f1faf98fe0d0e4438ff3f367f12 refactor: rename 0054/0055 migrations to standard convention Sonnet 4.6 minor 21 days ago
sha256:4aed3d8601c8dd3ed37074de35f11f4a9699a0a4b99d43727048fd3f8e6fd13d chore: doc sweep, ignore wrangler build state, misc fixes Sonnet 4.6 minor 23 days ago