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