DocWeave / frontend /src /components /ui /LoadingState.css
shak3008's picture
feat: add durable workflows, proposal review, and frontend foundation
9308228
Raw
History Blame Contribute Delete
257 Bytes
.dw-loading {
display: flex;
align-items: center;
justify-content: center;
gap: var(--space-3);
padding: var(--space-10);
color: var(--color-text-secondary);
font-size: var(--text-sm);
}
.dw-loading--full {
height: 100vh;
width: 100vw;
}