DocWeave / frontend /src /components /layout /PagePlaceholder.css
shak3008's picture
feat: add durable workflows, proposal review, and frontend foundation
9308228
Raw
History Blame Contribute Delete
418 Bytes
.dw-page-placeholder__header {
margin-bottom: var(--space-6);
}
.dw-page-placeholder__header h1 {
font-size: var(--text-2xl);
}
.dw-page-placeholder__header p {
margin-top: var(--space-2);
color: var(--color-text-secondary);
font-size: var(--text-sm);
}
.dw-page-placeholder__body {
border: 1px dashed var(--color-border-strong);
border-radius: var(--radius-lg);
background: var(--color-surface);
}