mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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:
parent
d7e8d15578
commit
bb07fbde76
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue