[Mobile] Menu Slide

Menu slides, but not transition
css slides out on click. Currently
uses document, which needs to be
replaced with angular version using
 and/or  and/or
ng-class and/or ng-click.
This commit is contained in:
Dave
2015-07-08 14:27:59 -07:00
parent 342be0822f
commit 07ef4dfe8a
8 changed files with 84 additions and 21 deletions

View File

@@ -22,11 +22,18 @@
// style="min-width: 150px; max-width: 800px; width: 25%;"
// NOTE: Added to adjust the browse folder tree list view
//.hider-check {
// @include phoneandtablet {
//
// }
//}
.holder-hide {
@include phoneandtablet {
left: -150px;
}
}
.holder-show {
@include phoneandtablet {
left: 0px;
}
}
.browse-manage {
@include phone {