]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Same spacing between links in top bar 6107/head
authorKonstantinos Pittas <konstantinos.pittas@gmail.com>
Sun, 14 Dec 2014 00:12:36 +0000 (02:12 +0200)
committerKonstantinos Pittas <konstantinos.pittas@gmail.com>
Sun, 14 Dec 2014 00:12:36 +0000 (02:12 +0200)
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

index ce59a47d599654744f039691edab81338488871a..188ef47c75e503bad00869b13a80f2857d6f74fc 100644 (file)
@@ -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;
         }