1
Fork 0
mirror of https://github.com/pds-nest/nest.git synced 2024-11-23 05:24:18 +00:00
pds-2021-g2-nest/nest_frontend/components/base/layout/Window.module.css

10 lines
141 B
CSS
Raw Normal View History

.Window {
width: 100vw;
height: 100vh;
color: var(--fg-primary);
background-color: var(--bg-primary);
padding: 10px;
}