This commit is contained in:
2026-07-09 02:52:54 +02:00
parent 818568c609
commit 48bb6c2ec2
95 changed files with 6115 additions and 267 deletions
+23
View File
@@ -57,6 +57,18 @@
color: var(--text-muted);
}
.gw-badge {
display: inline-block;
padding: 0.125rem 0.5rem;
border-radius: 999px;
background: var(--bg-card-hover);
border: 1px solid var(--border);
font-size: 0.75rem;
color: var(--text-secondary);
margin-right: 0.25rem;
white-space: nowrap;
}
.gw-actions {
text-align: right;
white-space: nowrap;
@@ -82,6 +94,17 @@
color: var(--text-primary);
}
.gw-form-subtitle {
margin-top: var(--space-sm);
padding-top: var(--space-sm);
border-top: 1px dashed var(--border);
}
.gw-form .gw-section-hint {
grid-column: 1 / -1;
margin: 0;
}
.gw-field {
display: flex;
flex-direction: column;