openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
2 lines (1 loc) • 1.94 kB
CSS
.wizard-step__form{gap:12px;display:grid}.wizard-step__message{overflow-wrap:anywhere;white-space:pre-wrap;min-width:0}.wizard-step__external-link{justify-self:start}.wizard-step__device-code{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg);justify-items:start;gap:8px;padding:14px;display:grid}.wizard-step__device-code code{letter-spacing:.08em;font-size:18px;font-weight:700}.wizard-step__options{gap:8px;display:grid}.wizard-step__option{border:1px solid var(--border);border-radius:var(--radius-md);cursor:var(--cursor-action);transition:border-color var(--duration-fast) var(--ease-out), background var(--duration-fast) var(--ease-out), box-shadow var(--duration-fast) var(--ease-out);align-items:flex-start;gap:10px;padding:10px;display:flex}@media (hover:hover){.wizard-step__option:has(input:not(:disabled)):hover{border-color:var(--border-hover);background:var(--bg-hover)}}.wizard-step__option:has(input:focus-visible){border-color:var(--border-hover);box-shadow:var(--focus-ring)}.wizard-step__option:has(input:disabled){cursor:not-allowed;opacity:.5}.wizard-step__form>.input:disabled{cursor:not-allowed;opacity:.55}.wizard-step__option small{color:var(--muted);margin-top:2px;display:block}.wizard-step__actions{flex-wrap:wrap;gap:8px;display:flex}.wizard-step__actions--split{justify-content:flex-end;align-items:center}.wizard-step__progress{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg);align-items:center;gap:12px;min-height:44px;padding:12px 14px;display:flex}.wizard-step__spinner{border:2px solid color-mix(in srgb, var(--accent) 24%, transparent);border-top-color:var(--accent);border-radius:50%;flex:0 0 18px;width:18px;height:18px;animation:.8s linear infinite wizard-step-spin}@keyframes wizard-step-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.wizard-step__spinner{border-color:var(--accent);animation:none}}