Moved sidebar to its own component

This commit is contained in:
Jori Lallo
2016-08-05 18:37:21 +03:00
parent c753382571
commit 6dca99f948
5 changed files with 105 additions and 75 deletions

View File

@@ -3,35 +3,6 @@
flex-direction: row;
}
.sidebar {
width: 250px;
padding: 20px 20px 20px 5px;
border-right: 1px solid #eee;
}
.content {
position: relative;
}
.sidebarToggle {
display: flex;
position: relative;
width: 60px;
cursor: pointer;
justify-content: center;
&:hover {
background-color: #f5f5f5;
.menuIcon {
opacity: 1;
}
}
}
.menuIcon {
margin-top: 18px;
height: 28px;
opacity: 0.15;
}