Skip to content
Snippets Groups Projects
Commit d6a45b4f authored by mperezsa's avatar mperezsa
Browse files

Upload New File

parent e639f528
Branches
No related tags found
No related merge requests found
.sidebar {
flex: 1.5;
height: calc(100vh - 60px);
background-color: rgb(231, 231, 231);
position: sticky;
top: 60px;
}
.sidebarWrapper {
padding: 30px;
}
.sidebarList {
padding: 30px 0px;
}
.sidebarListItem {
color: black;
list-style: none;
margin: 20px 0px;
cursor: pointer;
display: flex;
align-items: center;
border-radius: 10px;
}
.sidebarIcon {
margin: 5px;
}
.sidebarListItem.active,
.sidebarListItem:hover {
background-color: rgb(148, 145, 145);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment