[Mobile] Back Arrow

Back Arrow implemented
by getting parent and then
navigating to it.
This commit is contained in:
Shivam Dave
2015-07-28 15:08:14 -07:00
parent 2a4943f584
commit 3c6c420023
7 changed files with 31 additions and 18 deletions

View File

@@ -186,6 +186,13 @@
}
}
// Hides objects on phone and tablet
.mobile-unhide {
@include phoneandtablet {
display: inline-block;
}
}
// Hides objects only on the phone
.phone-hide {
@include phone {