gabriel / musehub public
_commits.scss
21 lines 874 B
Raw
sha256:0521dce9aca20da6ab4d9ebee6de75ab876bd82cddbc6bd4897d1ac6ecd11d3d docs(musehub#129): freeze Phase 1 OG repo card design Human 14 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 1 commit
sha256:6ad6d62107bbd6940c52d63327966b8a65c6391f4a3da6cd9e7548ba4b38bc48 feat(musehub#129): OG repo preview cards — endpoint, cache,… Human minor 14 days ago