.global-nav-mobile-wrapper {
background: $global-nav-bg;
position: relative;
+ display: flex;
+ vertical-align: middle;
+
+ button,
+ [type="button"] {
+ appearance: none;
+ height: rem-calc(45);
+ }
@media screen and (min-width: 775px) {
display: none;
// hamburger-menu
.hamburger-icon {
- @include vertical-center;
height: 12px;
- left: 10px;
+ margin-left: 10px;
}
// zurb logo
<div class="global-nav-mobile-wrapper hide-for-smedium-up">
<button type="button" data-toggle="offCanvasLeft">
- <div class="global-nav-mobile">
- <img class="hamburger-icon" alt="Menu icon" src="{{root}}assets/img/icons/menu-grey.png">
- <div class="global-nav-title">
- <a class="zurb-logo" href="http://foundation.zurb.com/index.html">ZURB <strong>Foundation</strong></a>
- </div>
- </div>
+ <img class="hamburger-icon" alt="Menu icon" src="{{root}}assets/img/icons/menu-grey.png">
</button>
+ <div class="global-nav-title">
+ <a class="zurb-logo" href="http://foundation.zurb.com/index.html">ZURB <strong>Foundation</strong></a>
+ </div>
</div>