_proposals.scss
sha256:3ff9c9863a9891bdcde71b4a43228f66d0493e38b7cc1d09fe9eb7de774046b2
feat: add repair-commit wire endpoint (API parity with repa…
Opus 4.8
minor
⚠ breaking
1 day ago
| 1 | // ───────────────────────────────────────────────────────────────────────────── |
| 2 | // Page: Proposals list (/*/proposals) |
| 3 | // File: src/scss/pages/_proposals.scss |
| 4 | // |
| 5 | // STRUCTURAL LAYOUT ONLY — zero colors, zero typography here. |
| 6 | // Visual rules live in components/_proposals.scss. |
| 7 | // ───────────────────────────────────────────────────────────────────────────── |
| 8 | |
| 9 | .prl-page { display: flex; flex-direction: column; } |
| 10 | |
| 11 | .prl-hero-inner { |
| 12 | position: relative; |
| 13 | max-width: 960px; |
| 14 | display: flex; |
| 15 | flex-wrap: wrap; |
| 16 | align-items: flex-end; |
| 17 | gap: var(--space-6); |
| 18 | } |
| 19 | |
| 20 | .prl-hero-copy { |
| 21 | flex: 1; |
| 22 | min-width: 260px; |
| 23 | display: flex; |
| 24 | flex-direction: column; |
| 25 | gap: var(--space-2); |
| 26 | } |
| 27 | |
| 28 | .prl-hero-actions { align-self: flex-start; flex-shrink: 0; } |
| 29 | |
| 30 | .prl-controls { |
| 31 | display: flex; |
| 32 | align-items: center; |
| 33 | gap: var(--space-3); |
| 34 | flex-shrink: 0; |
| 35 | padding: 0 var(--space-4); |
| 36 | border-left: 1px solid var(--border-subtle); |
| 37 | margin: 6px 0; |
| 38 | } |
| 39 | |
| 40 | .prl-list { display: flex; flex-direction: column; } |
| 41 | |
| 42 | .prl-row-body { |
| 43 | flex: 1; |
| 44 | min-width: 0; |
| 45 | display: flex; |
| 46 | flex-direction: column; |
| 47 | gap: 5px; |
| 48 | } |
| 49 | |
| 50 | .prl-row-hd { |
| 51 | display: flex; |
| 52 | align-items: center; |
| 53 | gap: 6px; |
| 54 | flex-wrap: wrap; |
| 55 | } |
| 56 | |
| 57 | |
| 58 | .prl-row-meta-right { |
| 59 | margin-left: auto; |
| 60 | display: flex; |
| 61 | flex-direction: column; |
| 62 | align-items: flex-end; |
| 63 | justify-content: flex-end; |
| 64 | gap: 5px; |
| 65 | flex-shrink: 0; |
| 66 | font-size: 11px; |
| 67 | color: var(--text-muted); |
| 68 | padding-left: 16px; |
| 69 | align-self: stretch; |
| 70 | } |
| 71 | |
| 72 | .prl-meta-semver, |
| 73 | .prl-meta-health, |
| 74 | .prl-meta-provenance { |
| 75 | display: flex; |
| 76 | align-items: center; |
| 77 | gap: 5px; |
| 78 | white-space: nowrap; |
| 79 | } |
| 80 | |
| 81 | .prl-row-meta { |
| 82 | display: flex; |
| 83 | align-items: center; |
| 84 | gap: 5px; |
| 85 | font-size: 11px; |
| 86 | color: var(--text-muted); |
| 87 | min-width: 0; |
| 88 | } |
| 89 | |
| 90 | .prl-row-aside { |
| 91 | display: flex; |
| 92 | flex-direction: row; |
| 93 | align-items: center; |
| 94 | gap: 8px; |
| 95 | flex-shrink: 0; |
| 96 | } |
| 97 | |
| 98 | .prl-empty { |
| 99 | display: flex; |
| 100 | flex-direction: column; |
| 101 | align-items: center; |
| 102 | justify-content: center; |
| 103 | padding: var(--space-12) var(--space-6); |
| 104 | text-align: center; |
| 105 | gap: var(--space-3); |
| 106 | } |
File History
1 commit
sha256:3ff9c9863a9891bdcde71b4a43228f66d0493e38b7cc1d09fe9eb7de774046b2
feat: add repair-commit wire endpoint (API parity with repa…
Opus 4.8
minor
⚠
1 day ago