[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

@@ -112,8 +112,6 @@
}
}
.button-pos {
@include phoneandtablet {
position: absolute;
@@ -128,37 +126,6 @@
}
}
.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;
}
}
.mobile-super-menu-text {
overflow-x: hidden !important;
text-overflow: ellipsis !important;
}
.mobile-right-create {
@include phoneandtablet {
width: 0px !important;
padding: 0px !important;
}
}
.mobile-hide {
@include phoneandtablet {
display: none;