From 37eb359d2fa4a423044e53969faa4b983f4e46a2 Mon Sep 17 00:00:00 2001 From: Konstantinos Pittas Date: Sun, 14 Dec 2014 02:12:36 +0200 Subject: [PATCH] Same spacing between links in top bar Changing the value of $topbar-link-padding will change the padding between links, but not between e.g. buttons. --- scss/foundation/components/_top-bar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/foundation/components/_top-bar.scss b/scss/foundation/components/_top-bar.scss index ce59a47d5..188ef47c7 100644 --- a/scss/foundation/components/_top-bar.scss +++ b/scss/foundation/components/_top-bar.scss @@ -630,7 +630,7 @@ $topbar-dropdown-arrows: true !default; //Set false to remove the \00bb >> text .has-form { background: $topbar-link-bg; - padding: 0 ($topbar-height / 3); + padding: 0 $topbar-link-padding; height: $topbar-height; } -- 2.47.2