]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Use hardcoded default for -back-link-size
authorGeoff Kimball <geoff@zurb.com>
Sat, 6 Sep 2014 00:38:59 +0000 (17:38 -0700)
committerGeoff Kimball <geoff@zurb.com>
Sat, 6 Sep 2014 00:38:59 +0000 (17:38 -0700)
scss/foundation/components/_top-bar.scss

index 9cd3d2ffa367f944367908f94a96ea06807c9be8..f4aae72911e0cb047b655cfdb3399600156de04b 100644 (file)
@@ -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;