[Mobile] Create Menu

Create menu text has ellipsis
attribute now, so if text is cut off
it will have a '...' appended to it.
Also added comments to mixins.
This commit is contained in:
Shivam Dave
2015-07-17 10:28:19 -07:00
parent 1e2e20b145
commit 0d7387080d
5 changed files with 67 additions and 61 deletions

View File

@@ -50,11 +50,8 @@
@include slMenuTransitions;
width: 0px !important;
right: auto !important;
.createBtnPos {
overflow-y: hidden;
overflow-x: hidden;
}
overflow-y: hidden;
overflow-x: hidden;
}
}
@@ -73,12 +70,8 @@
@include slMenuTransitions;
display: block !important;
right: auto !important;
.createBtnPos {
height: inherit;
overflow-y: hidden;
overflow-x: hidden;
}
overflow-y: hidden;
overflow-x: hidden;
}
@include phonePortrait {
width: $phoneMenuSizePortrait !important;
@@ -148,6 +141,23 @@
}
}
.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 {
@@ -155,13 +165,6 @@
}
}
.mobile-text-hide {
@include phoneandtablet {
width: 0px;
overflow:hidden;
}
}
.phone-hide {
@include phone {
display: none;