[Mobile] Header

Removed type from header
along with the right side buttons.
This commit is contained in:
Shivam Dave
2015-07-16 16:13:58 -07:00
parent 85c7a36e25
commit 488829a20c
4 changed files with 18 additions and 5 deletions

View File

@@ -136,7 +136,7 @@
}
.mobile-menu-icon {
top: $interiorMargin;
display: inline-block;
@include phone {
font-size: 125%;
}
@@ -155,6 +155,13 @@
}
}
.mobile-text-hide {
@include phoneandtablet {
width: 0px;
overflow:hidden;
}
}
.phone-hide {
@include phone {
display: none;