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
This commit is contained in:
Ardeshir81 2018-05-01 01:41:24 +04:30 committed by Igor Minar
parent 91d4da0d2f
commit 1823d5dd1c

View File

@ -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