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/nest_frontend/components/interactive/Sidebar.module.css

14 lines
196 B
CSS
Raw Normal View History

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