0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +01:00

Merge pull request #16975 from kkirsche/patch-3

Use @carousel-control-font-size for in min-width sm
This commit is contained in:
Mark Otto 2015-11-12 21:28:24 -08:00
commit 332ed554ec

View File

@ -240,10 +240,10 @@
.glyphicon-chevron-right,
.icon-prev,
.icon-next {
width: 30px;
height: 30px;
width: (@carousel-control-font-size * 1.5);
height: (@carousel-control-font-size * 1.5);
margin-top: -15px;
font-size: 30px;
font-size: (@carousel-control-font-size * 1.5);
}
.glyphicon-chevron-left,
.icon-prev {