diff options
| author | Mark Otto <[email protected]> | 2016-12-04 21:55:02 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-12-04 21:55:02 -0800 |
| commit | 990db2496ffe8792e9378590939eadbe2cbb06d2 (patch) | |
| tree | dbad5599c86ad3fd353d746dc504fdb3837ffa4e | |
| parent | 1abe4c83a8cba718daf8fd60749ef94e2cfadccd (diff) | |
| download | bootstrap-990db2496ffe8792e9378590939eadbe2cbb06d2.tar.xz bootstrap-990db2496ffe8792e9378590939eadbe2cbb06d2.zip | |
rip responsive styles; they're unnecessary and likely require overriding anyway
| -rw-r--r-- | scss/_carousel.scss | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/scss/_carousel.scss b/scss/_carousel.scss index f51dc2a3a..42b8aac07 100644 --- a/scss/_carousel.scss +++ b/scss/_carousel.scss @@ -177,37 +177,3 @@ color: $carousel-caption-color; text-align: center; } - - -// -// Responsive variations -// - -@include media-breakpoint-up(sm) { - // Scale up the controls a smidge - .carousel-control-icon-prev, - .carousel-control-icon-next { - width: $carousel-control-sm-up-size; - height: $carousel-control-sm-up-size; - margin-top: -($carousel-control-sm-up-size / 2); - font-size: $carousel-control-sm-up-size; - } - .carousel-control-icon-prev { - margin-left: -($carousel-control-sm-up-size / 2); - } - .carousel-control-icon-next { - margin-right: -($carousel-control-sm-up-size / 2); - } - - // Show and left align the captions - .carousel-caption { - right: ((100% - $carousel-caption-sm-up-width) / 2); - left: ((100% - $carousel-caption-sm-up-width) / 2); - padding-bottom: 30px; - } - - // Move up the indicators - .carousel-indicators { - bottom: 20px; - } -} |
