[Mobile] Header
Removed type from header along with the right side buttons.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user