vendor/assets/stylesheets/foundation/components/_top-bar.scss in foundation-rails-5.4.3.1 vs vendor/assets/stylesheets/foundation/components/_top-bar.scss in foundation-rails-5.4.3.2

- old
+ new

@@ -46,11 +46,11 @@ $topbar-link-bg-active: $primary-color !default; $topbar-link-bg-active-hover: scale-color($primary-color, $lightness: -14%) !default; $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; $topbar-dropdown-label-color: $monsoon !default; @@ -409,9 +409,10 @@ &.title h5, &.parent-link { // Back Button margin-bottom: 0; margin-top: 0; + font-size: $topbar-back-link-size; a { color: $topbar-link-color; // line-height: $topbar-height / 2; display: block; &:hover { background:none; }