Update
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user