[Mobile] Remove Bar

Remove the splitter bar on mobile
and tablets.
This commit is contained in:
Shivam Dave
2015-07-13 13:56:44 -07:00
parent 7d09df9a85
commit edcafc5835
3 changed files with 36 additions and 4 deletions

View File

@@ -80,11 +80,26 @@
.mobile-menu-icon {
top: $interiorMargin;
@include phone {
font-size: 125%;
}
@include tablet {
font-size: 175%;
}
@include desktop {
display: none;
}
}
.mobile-hide {
@include phone {
display: none;
}
@include tablet {
display: none;
}
}
.browse-manage {
@include phone {
width: $phoneSlideMenuWidth;