Files
Artificers-Scrollwork/src/components/layout/CenterPanel.module.css
whitlocktech 285ba5b3af
Some checks failed
Build and Release / build (push) Failing after 1m37s
added updater and fixed fonts
2026-06-12 21:21:45 -05:00

24 lines
366 B
CSS

.panel {
flex: 1;
display: flex;
flex-direction: column;
background: var(--bg-base);
overflow: hidden;
}
.empty {
flex: 1;
display: flex;
align-items: center;
justify-content: center;
color: var(--text-muted);
font-size: 0.875em;
letter-spacing: 0.05em;
}
.placeholder {
padding: 40px;
color: var(--text-muted);
font-style: italic;
}