1
Fork 0
mirror of https://github.com/pds-nest/nest.git synced 2024-11-23 13:34:19 +00:00
pds-2021-g2-nest/code/frontend/src/components/Sidebar.module.css
2021-04-21 15:54:52 +02:00

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;
}