From: Jonathan Liuti Date: Fri, 6 Jun 2014 15:20:17 +0000 (+0200) Subject: Do not ignore menu-icon variables X-Git-Tag: v5.3.0~12^2~13^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5283%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Do not ignore menu-icon variables --- diff --git a/scss/foundation/components/_offcanvas.scss b/scss/foundation/components/_offcanvas.scss index 8390102b8..042f19cd4 100755 --- a/scss/foundation/components/_offcanvas.scss +++ b/scss/foundation/components/_offcanvas.scss @@ -285,8 +285,8 @@ $menu-slide: "transform 500ms ease" !default; // This is a little bonus. You don't need it for off canvas to work. Mixins to be written in the future. .tab-bar .menu-icon { text-indent: $tabbar-menu-icon-text-indent; - width: $tabbar-height; - height: $tabbar-height; + width: $tabbar-menu-icon-width; + height: $tabbar-menu-icon-height; display: block; line-height: $tabbar-menu-icon-line-height; padding: $tabbar-menu-icon-padding;