From: Jonathan Liuti Date: Fri, 6 Jun 2014 14:46:00 +0000 (+0200) Subject: Fix #4921, proper use of the $tabbar-line-height variable X-Git-Tag: v5.3.1~33^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F5280%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fix #4921, proper use of the $tabbar-line-height variable --- diff --git a/scss/foundation/components/_offcanvas.scss b/scss/foundation/components/_offcanvas.scss index 8390102b8..7ab597208 100755 --- a/scss/foundation/components/_offcanvas.scss +++ b/scss/foundation/components/_offcanvas.scss @@ -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;