[Mobile]
Now does not display the icon for the slide menu on desktops.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user