From bb07fbde762e3beafefef69269aeaed477f37285 Mon Sep 17 00:00:00 2001 From: Ardeshir81 Date: Tue, 1 May 2018 01:41:24 +0430 Subject: [PATCH] style(aio): add space between `.home` and `.hamburger` (#23624) When the `.hamburger` icon is clicked, it's background is drawn until the very edge of `.home`'s image, leaving no space. PR Close #23624 --- aio/src/styles/1-layouts/_top-menu.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aio/src/styles/1-layouts/_top-menu.scss b/aio/src/styles/1-layouts/_top-menu.scss index 71da0aaf21..6a8d3f2387 100644 --- a/aio/src/styles/1-layouts/_top-menu.scss +++ b/aio/src/styles/1-layouts/_top-menu.scss @@ -1,6 +1,6 @@ // VARIABLES -$hamburgerShownMargin: 0; -$hamburgerHiddenMargin: 0 24px 0 -88px; +$hamburgerShownMargin: 0 8px 0 0; +$hamburgerHiddenMargin: 0 16px 0 -88px; // DOCS PAGE / STANDARD: TOPNAV TOOLBAR FIXED