1
Fork 0
mirror of https://github.com/pds-nest/nest.git synced 2024-10-16 20:17:25 +00:00
pds-2021-g2-nest/nest_frontend/components/interactive/Sidebar.module.css

13 lines
196 B
CSS

.Sidebar {
display: flex;
flex-direction: column;
gap: 25px;
width: 100%;
height: 100%;
background-color: var(--bg-light);
border-radius: 25px;
padding: 10px;
}