From: Konstantinos Pittas Date: Sun, 14 Dec 2014 00:12:36 +0000 (+0200) Subject: Same spacing between links in top bar X-Git-Tag: v5.5.1~61^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F6107%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git 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. --- 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; }