1
Fork 0
mirror of https://github.com/pds-nest/nest.git synced 2024-11-22 21:14:18 +00:00
pds-2021-g2-nest/code/frontend/src/components/Sidebar.module.css

10 lines
160 B
CSS
Raw Normal View History

2021-04-21 13:08:54 +00:00
.Sidebar {
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
background-color: var(--bg-light);
border-radius: 25px;
}