See: https://github.com/zurb/foundation-sites/pull/9333
/// Adds styles for a slide containing an image. These styles are used on the `.orbit-image` class.
@mixin orbit-image {
- margin: 0;
width: 100%;
max-width: 100%;
+ margin: 0;
}
/// Adds styles for an orbit slide caption. These styles are used on the `.orbit-caption` class.
}
.switch-paddle::after {
- width: $paddle-width;
- height: $paddle-height;
top: $paddle-offset;
#{$global-left}: $paddle-offset;
+ width: $paddle-width;
+ height: $paddle-height;
}
input:checked ~ .switch-paddle::after {