From: Geoff Kimball Date: Sat, 6 Sep 2014 00:38:59 +0000 (-0700) Subject: Use hardcoded default for -back-link-size X-Git-Tag: v5.4.3~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f92ebd76fc12e89c0b073c32e42e97f7a7a3cf05;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Use hardcoded default for -back-link-size --- diff --git a/scss/foundation/components/_top-bar.scss b/scss/foundation/components/_top-bar.scss index 9cd3d2ffa..f4aae7291 100644 --- a/scss/foundation/components/_top-bar.scss +++ b/scss/foundation/components/_top-bar.scss @@ -48,7 +48,7 @@ $topbar-link-bg-active-hover: scale-color($primary-color, $lightness: -14%) !def $topbar-link-font-family: $body-font-family !default; $topbar-link-text-transform: none !default; $topbar-link-padding: $topbar-height / 3 !default; -$topbar-back-link-size: $h5-font-size !default; +$topbar-back-link-size: rem-calc(18) !default; $topbar-link-dropdown-padding: 20px; $topbar-button-font-size: 0.75rem !default; $topbar-button-top: 7px !default; @@ -411,6 +411,7 @@ $topbar-arrows: true !default; //Set false to remove the triangle icon from the // Back Button margin-bottom: 0; margin-top: 0; + font-size: $topbar-back-link-size; a { color: $topbar-link-color; // line-height: $topbar-height / 2;