From a9c2c9b077bfeacd2a5981ffa3cce81776091036 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Malthe=20J=C3=B8rgensen?= Date: Mon, 17 Mar 2014 16:31:17 +0100 Subject: [PATCH] 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. --- scss/foundation/components/_top-bar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.2