From: RafiBomb Date: Tue, 13 Dec 2016 22:57:04 +0000 (-0800) Subject: adjusts left padding on topbar toggle X-Git-Tag: v6.3.0~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99bb85a795961e3c91fb6d838a1859e2175da018;p=thirdparty%2Ffoundation%2Ffoundation-sites.git adjusts left padding on topbar toggle --- diff --git a/scss/components/_top-bar.scss b/scss/components/_top-bar.scss index 3b6325ba9..4d451789e 100644 --- a/scss/components/_top-bar.scss +++ b/scss/components/_top-bar.scss @@ -20,7 +20,7 @@ $topbar-submenu-background: $topbar-background !default; /// Spacing for the top bar title. /// @type Number -$topbar-title-spacing: 0.5rem 1rem !default; +$topbar-title-spacing: 0.5rem 1rem 0.5rem 0 !default; /// Maximum width of `` elements inside the top bar. /// @type Number diff --git a/scss/settings/_settings.scss b/scss/settings/_settings.scss index 8fac0958a..9f6743012 100644 --- a/scss/settings/_settings.scss +++ b/scss/settings/_settings.scss @@ -615,7 +615,7 @@ $tooltip-radius: $global-radius; $topbar-padding: 0.5rem; $topbar-background: $light-gray; $topbar-submenu-background: $topbar-background; -$topbar-title-spacing: 0.5rem 1rem; +$topbar-title-spacing: 0.5rem 1rem 0.5rem 0; $topbar-input-width: 200px; $topbar-unstack-breakpoint: medium;