From: Malthe Jørgensen Date: Mon, 17 Mar 2014 15:31:17 +0000 (+0100) Subject: Add missing !default to $topbar-button-font-size X-Git-Tag: v5.2.2~114^2~1^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4711%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Add missing !default to $topbar-button-font-size `$topbar-button-font-size` doesn't allow for overriding in the _settings.scss file, as it doesn't have the `!default` rule. --- diff --git a/scss/foundation/components/_top-bar.scss b/scss/foundation/components/_top-bar.scss index 05f626e13..524e019e0 100644 --- a/scss/foundation/components/_top-bar.scss +++ b/scss/foundation/components/_top-bar.scss @@ -48,7 +48,7 @@ $topbar-link-font-family: $body-font-family !default; $topbar-link-text-transform: none !default; $topbar-link-padding: $topbar-height / 3 !default; -$topbar-button-font-size: 0.75rem; +$topbar-button-font-size: 0.75rem !default; $topbar-button-top: 7px !default; $topbar-dropdown-label-color: #777 !default;