Skip to content

Commit

Permalink
Add margin right on joyride's prev button
Browse files Browse the repository at this point in the history
  • Loading branch information
jorge-d committed Jul 23, 2014
1 parent 81f7344 commit d5d543d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scss/foundation/components/_joyride.scss
Expand Up @@ -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 {
Expand Down Expand Up @@ -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 */
Expand Down

0 comments on commit d5d543d

Please sign in to comment.