vendor/assets/stylesheets/foundation/components/_joyride.scss in foundation-rails-5.2.2.0 vs vendor/assets/stylesheets/foundation/components/_joyride.scss in foundation-rails-5.2.3.0
- old
+ new
@@ -18,11 +18,11 @@
$joyride-tip-position-offset: 22px !default;
// Here, we're setting the tip font styles
$joyride-tip-font-color: #fff !default;
$joyride-tip-font-size: rem-calc(14) !default;
-$joyride-tip-header-weight: bold !default;
+$joyride-tip-header-weight: $font-weight-bold !default;
// This changes the nub size
$joyride-tip-nub-size: 10px !default;
// This adjusts the styles for the timer when its enabled
@@ -31,11 +31,11 @@
$joyride-tip-timer-color: #666 !default;
// This changes up the styles for the close button
$joyride-tip-close-color: #777 !default;
$joyride-tip-close-size: 24px !default;
-$joyride-tip-close-weight: normal !default;
+$joyride-tip-close-weight: $font-weight-normal !default;
// When Joyride is filling the screen, we use this style for the bg
$joyride-screenfill: rgba(0,0,0,0.5) !default;
@@ -55,10 +55,10 @@
color: $joyride-tip-font-color;
z-index: 101;
top: 0;
#{$default-float}: 2.5%;
font-family: inherit;
- font-weight: normal;
+ font-weight: $font-weight-normal;
width: 95%;
}
.lt-ie9 .joyride-tip-guide {
max-width:800px;