[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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user