Add agent-facing wizard preview
This commit is contained in:
@@ -1446,6 +1446,44 @@
|
||||
}
|
||||
.upstream-preview-change:hover { border-color: var(--text-secondary); color: var(--text-primary); }
|
||||
|
||||
.agent-preview-summary {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr);
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.agent-preview-label {
|
||||
color: var(--text-muted);
|
||||
font-size: 11px;
|
||||
font-weight: 700;
|
||||
letter-spacing: .04em;
|
||||
margin-bottom: 6px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.agent-preview-value,
|
||||
.agent-preview-description {
|
||||
background: var(--surface-subtle);
|
||||
border: 1px solid var(--border);
|
||||
border-radius: 8px;
|
||||
color: var(--text-primary);
|
||||
font-size: 13px;
|
||||
line-height: 1.5;
|
||||
min-height: 38px;
|
||||
padding: 9px 10px;
|
||||
}
|
||||
|
||||
.agent-preview-description {
|
||||
color: var(--text-secondary);
|
||||
min-height: 54px;
|
||||
}
|
||||
|
||||
@media (max-width: 760px) {
|
||||
.agent-preview-summary {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
}
|
||||
|
||||
/* ── Register new upstream inline form ── */
|
||||
.upstream-new-form {
|
||||
background: var(--bg-canvas);
|
||||
|
||||
Reference in New Issue
Block a user