[Mobile] Size Adjustment

Adjusted indentation size
on the tree. Also change size of the
hamburger icon to match the
object icon and moved it slightly
down.
This commit is contained in:
Shivam Dave
2015-07-24 12:35:19 -07:00
parent 2355d354b3
commit b37ee19fbc
8 changed files with 29 additions and 56 deletions

View File

@@ -42,7 +42,7 @@ ul.tree {
.label {
// Designates the starting left margin
// (indentation) of 'My Items'
left: $mobile-treeLeft;
left: $mobile-startingTreeLeft;
font-size: 1.2em;
// Allows tree item name to stop prior
// to the arrow
@@ -56,8 +56,7 @@ ul.tree {
// Sets the margin on the left, which causes the
// running indentation after each folder is made
ul.tree {
margin-left: 0px;
padding-left: $mobile-treeLeft;
margin-left: $mobile-runningTreeLeft;
}
}
}