Restyle menu icon

This commit is contained in:
lilia
2015-01-30 11:20:32 -10:00
parent db5e7fd6b6
commit bffdaf9ceb
4 changed files with 57 additions and 55 deletions
-30
View File
@@ -20,36 +20,6 @@
}
}
.menu {
position: relative;
float: left;
height: 36px;
padding-left: 8px;
.hamburger {
width: 36px;
background: url('/images/menu.png') no-repeat center;
}
.menu-list {
display: none;
position: absolute;
top: 100%;
left: 0;
margin: 0;
padding: 0;
border: solid 1px $blue;
background-color: white;
box-shadow: 0 4px 3px 0px rgba(darken($blue, 30%), 0.8);
li {
display: block;
cursor: pointer;
white-space: nowrap;
padding: 5px 15px 5px 10px;
}
}
}
button {
cursor: pointer;