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

12 lines
180 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;
padding: 10px;
2021-04-21 13:08:54 +00:00
}