> .active.right {
left: 100%;
}
-
}
+
+//
// Left/right controls for nav
-// ---------------------------
+//
.carousel-control {
position: absolute;
}
}
+
// Optional indicator pips
//
// Add an unordered list with the following class and add a list item for each
}
}
+
// Optional captions
-// -----------------------------
-// Hidden by default for smaller viewports
+//
+// Hidden by default for smaller viewports.
+
.carousel-caption {
position: absolute;
right: 15%;
}
-// Scale up controls for tablets and up
+//
+// Responsive variations
+//
+
@include media-breakpoint-up(sm) {
// Scale up the controls a smidge
.carousel-control {