Skip to content

Commit

Permalink
rip responsive styles; they're unnecessary and likely require overrid…
Browse files Browse the repository at this point in the history
…ing anyway
  • Loading branch information
mdo committed Dec 5, 2016
1 parent 1abe4c8 commit 990db24
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions scss/_carousel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

0 comments on commit 990db24

Please sign in to comment.