]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Add margin right on joyride's prev button 5488/head
authorDimitri Jorge <jorge.dimitri@gmail.com>
Wed, 23 Jul 2014 11:03:11 +0000 (13:03 +0200)
committerDimitri Jorge <jorge.dimitri@gmail.com>
Wed, 23 Jul 2014 11:03:11 +0000 (13:03 +0200)
scss/foundation/components/_joyride.scss

index 781f65f921cbfb43b060bd8fd79a3d47757b7807..0e1d0b162187f110bdfc852e285d04dac168b4c4 100755 (executable)
@@ -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 */