Now does not display
the icon for the slide menu
on desktops.
This commit is contained in:
Dave
2015-07-09 11:16:41 -07:00
parent bd236e1cb1
commit 82c8d26264
3 changed files with 34 additions and 27 deletions

View File

@@ -35,11 +35,7 @@
}
.holder-show {
@include phone {
@include transition-duration(.2s);
left: 0px;
}
@include tablet {
@include phoneandtablet {
@include transition-duration(.2s);
left: 0px;
}
@@ -47,7 +43,7 @@
.button-hide {
position: absolute;
// @include transition-duration(.2s);
@include transition-duration(.2s);
@include phone {
left: 108px;
}
@@ -66,6 +62,13 @@
}
}
.mobile-menu-icon {
top: $interiorMargin;
@include desktop {
display: none;
}
}
.browse-manage {
@include phone {
width: 100px;