2026-09-08 21:57:33 -04:00
|
|
|
/* Workflows page (WP-D) — extends base.css, never overrides its variables. */
|
|
|
|
|
|
|
|
|
|
.wf-json-textarea {
|
|
|
|
|
font-family: var(--font-mono);
|
|
|
|
|
min-height: 200px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wf-json-textarea-lg {
|
|
|
|
|
min-height: 320px;
|
|
|
|
|
font-size: 0.8rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wf-checkbox-label {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
gap: var(--space-sm);
|
|
|
|
|
font-size: 0.8rem;
|
|
|
|
|
color: var(--text-secondary);
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wf-required {
|
|
|
|
|
color: var(--accent-red);
|
|
|
|
|
}
|
|
|
|
|
|
2026-09-08 22:17:15 -04:00
|
|
|
/* `.lt-field-error` and `.is-invalid` live in /assets/app.css (shared). */
|