Commit 49f87446 authored by Mark Otto's avatar Mark Otto

comments and spacing

parent b88c05d5
...@@ -84,11 +84,12 @@ ...@@ -84,11 +84,12 @@
> .active.right { > .active.right {
left: 100%; left: 100%;
} }
} }
//
// Left/right controls for nav // Left/right controls for nav
// --------------------------- //
.carousel-control { .carousel-control {
position: absolute; position: absolute;
...@@ -155,6 +156,7 @@ ...@@ -155,6 +156,7 @@
} }
} }
// Optional indicator pips // Optional indicator pips
// //
// Add an unordered list with the following class and add a list item for each // Add an unordered list with the following class and add a list item for each
...@@ -195,9 +197,11 @@ ...@@ -195,9 +197,11 @@
} }
} }
// Optional captions // Optional captions
// ----------------------------- //
// Hidden by default for smaller viewports // Hidden by default for smaller viewports.
.carousel-caption { .carousel-caption {
position: absolute; position: absolute;
right: 15%; right: 15%;
...@@ -216,7 +220,10 @@ ...@@ -216,7 +220,10 @@
} }
// Scale up controls for tablets and up //
// Responsive variations
//
@include media-breakpoint-up(sm) { @include media-breakpoint-up(sm) {
// Scale up the controls a smidge // Scale up the controls a smidge
.carousel-control { .carousel-control {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment