feat: align voting with shared UI foundations

This commit is contained in:
2026-08-18 21:32:42 +02:00
parent dc9fdc9143
commit 89cc5f0189
2 changed files with 20 additions and 8 deletions
+8 -8
View File
@@ -31,7 +31,7 @@
}
.voting-option-results small {
color: var(--text-muted, #65717e);
color: var(--muted);
}
.voting-workspace {
@@ -52,7 +52,7 @@
.voting-detail-heading {
justify-content: space-between;
min-height: 44px;
border-bottom: 1px solid var(--border-color, #d8dde3);
border-bottom: 1px solid var(--line);
}
.voting-detail-heading h2,
@@ -65,7 +65,7 @@
}
.voting-detail-heading > div:first-child span {
color: var(--text-muted, #65717e);
color: var(--muted);
font-size: 0.82rem;
}
@@ -75,7 +75,7 @@
}
.voting-hash span {
color: var(--text-muted, #65717e);
color: var(--muted);
font-size: 0.75rem;
text-transform: uppercase;
}
@@ -88,7 +88,7 @@
.voting-cast-panel {
margin-top: 18px;
padding-top: 14px;
border-top: 1px solid var(--border-color, #d8dde3);
border-top: 1px solid var(--line);
}
.voting-options,
@@ -109,7 +109,7 @@
gap: 10px;
min-height: 38px;
padding: 7px 9px;
background: var(--surface-muted, rgba(127, 137, 147, 0.08));
background: var(--surface-muted);
}
.voting-options label > span {
@@ -122,7 +122,7 @@
}
.voting-history time {
color: var(--text-muted, #65717e);
color: var(--muted);
font-size: 0.82rem;
}
@@ -189,7 +189,7 @@
grid-template-columns: minmax(180px, 1.2fr) minmax(160px, 1fr) 90px 34px;
}
@media (max-width: 800px) {
@media (max-width: 760px) {
.voting-option-row,
.voting-elector-row {
grid-template-columns: 1fr;