[Mobile] Create Menu

Create menu's is specified/overwritten
with 1000% (change) to fit on mobile).
Also gets rid of the right bar in that view.
This commit is contained in:
Shivam Dave
2015-07-17 10:50:02 -07:00
parent 0d7387080d
commit 272c6bca97
4 changed files with 74 additions and 69 deletions

View File

@@ -0,0 +1,34 @@
.mobile-menu-icon {
display: inline-block;
@include phone {
font-size: 125%;
}
@include tablet {
font-size: 175%;
}
@include desktop {
display: none;
}
}
.mobile-super-menu {
@include phoneandtablet {
width: 100% !important;
height: 1000% !important;
border-right: 0px !important;
padding-right: 0px !important;
}
}
.mobile-super-menu-text {
overflow-x: hidden !important;
text-overflow: ellipsis !important;
}
.mobile-right-create {
@include phoneandtablet {
width: 0px !important;
padding: 0px !important;
}
}