gabriel / musehub public
_domains.scss
69 lines 2.3 KB
Raw
sha256:3ff9c9863a9891bdcde71b4a43228f66d0493e38b7cc1d09fe9eb7de774046b2 feat: add repair-commit wire endpoint (API parity with repa… Opus 4.8 minor ⚠ breaking 1 day ago
1 // ─────────────────────────────────────────────────────────────────────────────
2 // Page: Domains listing
3 // File: src/scss/pages/_domains.scss
4 //
5 // STRUCTURAL LAYOUT ONLY — zero colors, zero typography here.
6 // Visual rules live in:
7 // components/_search.scss (search-field, search-input, search-icon)
8 // components/_cards.scss (stat-pill, stat-pill__num, stat-pill__label)
9 // components/_inputs.scss (verified-toggle, verified-chip)
10 // patterns/_surfaces.scss (hero, hero--human, hero-glow, hero__stats)
11 // _domain.scss (domain-grid, domain-card, domain-badge)
12 // components/_badges.scss (badge--verified, badge--deprecated)
13 //
14 // Variants: .domains-body .empty-state .page-cta .page-cta__*
15 // .domain-badge--end
16 // ─────────────────────────────────────────────────────────────────────────────
17
18 .domains-body {
19 padding: var(--space-4);
20 }
21
22 .empty-state {
23 padding: var(--space-6) 0;
24 font-size: 14px;
25 color: var(--text-muted);
26 text-align: center;
27 }
28
29 // Pushes a domain-badge to the far right within a flex row
30 .domain-badge--end { margin-left: auto; }
31
32 // ── Page CTA strip ────────────────────────────────────────────────────────────
33
34 .page-cta {
35 border-top: 1px solid var(--border-subtle);
36 padding: var(--space-5) var(--space-4);
37 }
38
39 .page-cta__inner {
40 display: flex;
41 align-items: center;
42 justify-content: space-between;
43 gap: var(--space-4);
44 flex-wrap: wrap;
45 }
46
47 .page-cta__text { flex: 1; min-width: 0; }
48
49 .page-cta__title {
50 font-size: 15px;
51 font-weight: var(--weight-semibold);
52 margin: 0 0 4px;
53 color: var(--text-primary);
54 }
55
56 .page-cta__body {
57 font-size: 13px;
58 color: var(--text-muted);
59 margin: 0;
60
61 code { font-family: var(--font-mono); font-size: 12px; color: var(--color-accent); }
62 }
63
64 .page-cta__actions {
65 display: flex;
66 gap: 8px;
67 flex-shrink: 0;
68 flex-wrap: wrap;
69 }
File History 1 commit
sha256:3ff9c9863a9891bdcde71b4a43228f66d0493e38b7cc1d09fe9eb7de774046b2 feat: add repair-commit wire endpoint (API parity with repa… Opus 4.8 minor 1 day ago