]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix #4921, proper use of the $tabbar-line-height variable 5280/head
authorJonathan Liuti <liuti.john@gmail.com>
Fri, 6 Jun 2014 14:46:00 +0000 (16:46 +0200)
committerJonathan Liuti <liuti.john@gmail.com>
Sat, 7 Jun 2014 09:55:28 +0000 (11:55 +0200)
scss/foundation/components/_offcanvas.scss

index 8390102b814dbf56a6f3f5c9a14791334e8ff365..7ab597208d63e02baa700d0e35b6254de369b8f5 100755 (executable)
@@ -148,7 +148,7 @@ $menu-slide: "transform 500ms ease" !default;
   background: $tabbar-bg;
   color: $tabbar-color;
   height: $tabbar-height;
-  line-height: $tabbar-height;
+  line-height: $tabbar-line-height;
 
   // make sure it's below the .exit-offcanvas link
   position: relative;