This commit is contained in:
@ -1823,6 +1823,61 @@ table.data-table tbody tr.row-orphan-category td {
|
||||
}
|
||||
.inline-form-card .form-group { margin-bottom: 10px; }
|
||||
|
||||
.client-create-card .client-create-tabs {
|
||||
margin-bottom: 14px;
|
||||
}
|
||||
.client-create-card .form-hint {
|
||||
margin: 0 0 10px;
|
||||
font-size: .82rem;
|
||||
color: var(--text-secondary);
|
||||
line-height: 1.45;
|
||||
}
|
||||
.client-range-row {
|
||||
align-items: flex-end;
|
||||
gap: 10px;
|
||||
}
|
||||
.client-range-row .form-group {
|
||||
flex: 1;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.client-range-arrow {
|
||||
flex: 0 0 auto;
|
||||
padding-bottom: 10px;
|
||||
color: var(--text-secondary);
|
||||
font-size: 1.1rem;
|
||||
font-weight: 600;
|
||||
}
|
||||
.client-range-preview {
|
||||
margin-top: 12px;
|
||||
padding: 10px 12px;
|
||||
background: var(--surface);
|
||||
border: 1px dashed var(--border);
|
||||
border-radius: var(--radius);
|
||||
font-size: .85rem;
|
||||
color: var(--text-secondary);
|
||||
line-height: 1.45;
|
||||
}
|
||||
.client-range-preview strong {
|
||||
color: var(--text);
|
||||
}
|
||||
.client-range-preview .range-codes {
|
||||
margin-top: 6px;
|
||||
font-family: var(--font-mono, ui-monospace, monospace);
|
||||
font-size: .8rem;
|
||||
word-break: break-word;
|
||||
}
|
||||
.client-range-preview-error {
|
||||
border-style: solid;
|
||||
border-color: var(--toast-error-border);
|
||||
background: var(--toast-error-bg);
|
||||
color: var(--toast-error-fg);
|
||||
}
|
||||
.client-create-actions {
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
||||
/* Type select */
|
||||
.type-select {
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user