[Mobile] Back Arrow
Back Arrow implemented by getting parent and then navigating to it.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user