From 1e27dd0ca1c6d3b8dfea42f6d2b621316731c05e Mon Sep 17 00:00:00 2001 From: RafiBomb Date: Thu, 18 May 2017 13:37:30 -0700 Subject: [PATCH] separates chick to destination form menu toggle --- docs/assets/scss/docs.scss | 11 +++++++++-- docs/partials/mobile-navigation.html | 10 ++++------ 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/docs/assets/scss/docs.scss b/docs/assets/scss/docs.scss index 846637c8d..1320037cf 100644 --- a/docs/assets/scss/docs.scss +++ b/docs/assets/scss/docs.scss @@ -270,6 +270,14 @@ $global-nav-hover-color: lighten($global-nav-bg, 10%); .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; @@ -284,9 +292,8 @@ $global-nav-hover-color: lighten($global-nav-bg, 10%); // hamburger-menu .hamburger-icon { - @include vertical-center; height: 12px; - left: 10px; + margin-left: 10px; } // zurb logo diff --git a/docs/partials/mobile-navigation.html b/docs/partials/mobile-navigation.html index 52cf78618..886081a1c 100644 --- a/docs/partials/mobile-navigation.html +++ b/docs/partials/mobile-navigation.html @@ -1,10 +1,8 @@ -- 2.47.2