Tweaks to atlas menu icon

This commit is contained in:
Jori Lallo
2016-07-17 17:30:03 -07:00
parent 4d81bf0fa2
commit 4628ce073e
3 changed files with 38 additions and 24 deletions

View File

@@ -14,15 +14,24 @@
position: relative;
}
.menuIcon {
position: absolute;
top: 22px;
left: 17px;
height: 28px;
opacity: 0.15;
.sidebarToggle {
display: flex;
position: relative;
width: 60px;
cursor: pointer;
justify-content: center;
&:hover {
opacity: 1;
background-color: #f5f5f5;
.menuIcon {
opacity: 1;
}
}
}
.menuIcon {
margin-top: 18px;
height: 28px;
opacity: 0.15;
}