From d5d543d0d1afc643c189bc7f4563072cd7cdca5e Mon Sep 17 00:00:00 2001 From: Dimitri Jorge Date: Wed, 23 Jul 2014 13:03:11 +0200 Subject: [PATCH] Add margin right on joyride's prev button --- scss/foundation/components/_joyride.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scss/foundation/components/_joyride.scss b/scss/foundation/components/_joyride.scss index 781f65f92..0e1d0b162 100755 --- a/scss/foundation/components/_joyride.scss +++ b/scss/foundation/components/_joyride.scss @@ -39,7 +39,7 @@ $joyride-tip-close-weight: $font-weight-normal !default; $joyride-screenfill: rgba(0,0,0,0.5) !default; -// We decided not to make a mixin for this because it relies on +// We decided not to make a mixin for this because it relies on // predefined classes to work properly. @include exports("joyride") { @if $include-html-joyride-classes { @@ -73,6 +73,8 @@ $joyride-screenfill: rgba(0,0,0,0.5) !default; padding: $joyride-tip-padding; .button { margin-bottom: 0 !important; } + + .joyride-prev-tip { margin-right: 10px; } } /* Add a little css triangle pip, older browser just miss out on the fanciness of it */ -- 2.47.2