[Mobile] Menu

Added margin to top of tree list items.
Also removed hovering Info coming
up on mobile devices.
This commit is contained in:
Shivam Dave
2015-07-21 16:19:59 -07:00
parent 0842f464db
commit 827cb27f28
5 changed files with 48 additions and 40 deletions

View File

@@ -21,8 +21,6 @@
*****************************************************************************/
.test-tree-words {
@include phoneandtablet {
margin-bottom: 4px;
margin-bottom: 4px;
width: 100%;
text-overflow: ellipsis;
}
@@ -36,6 +34,7 @@ ul.tree {
$runningItemW: 0;
$customMargin: auto;
$runningItemW: $interiorMargin + $treeVCW;
margin-top: $interiorMarginSm;
.label {
left: 3px;