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

there's no font, so rip that var

This commit is contained in:
Mark Otto 2016-12-04 21:55:46 -08:00
parent 875c24395c
commit 410bf38a4f
2 changed files with 0 additions and 2 deletions

View File

@ -61,7 +61,6 @@
top: 0;
bottom: 0;
width: $carousel-control-width;
font-size: $carousel-control-font-size;
color: $carousel-control-color;
text-align: center;
opacity: $carousel-control-opacity;

View File

@ -885,7 +885,6 @@ $media-alignment-padding-x: 10px !default;
$carousel-control-color: #fff !default;
$carousel-control-width: 15% !default;
$carousel-control-opacity: .5 !default;
$carousel-control-font-size: 20px !default;
$carousel-indicators-width: 60% !default;