2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

more media query mixins

This commit is contained in:
Mark Otto
2014-09-17 21:56:27 -07:00
parent 44f948ad53
commit 47bef3c6a0
6 changed files with 20 additions and 21 deletions
+2 -3
View File
@@ -219,8 +219,7 @@
// Scale up controls for tablets and up
@media screen and (min-width: @screen-sm-min) {
.media-sm({
// Scale up the controls a smidge
.carousel-control {
.icon-prev,
@@ -249,4 +248,4 @@
.carousel-indicators {
bottom: 20px;
}
}
});