1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 16:50:00 +02:00

drop the fixed width of the indicators. instead use the carousel-control width as margins to ensure content doesn't overlap

This commit is contained in:
Mark Otto
2016-12-04 22:05:05 -08:00
parent 1980854c14
commit 89f5e65cfb
2 changed files with 6 additions and 6 deletions

View File

@@ -886,8 +886,6 @@ $carousel-control-color: #fff !default;
$carousel-control-width: 15% !default;
$carousel-control-opacity: .5 !default;
$carousel-indicators-width: 60% !default;
$carousel-indicator-width: 30px !default;
$carousel-indicator-height: 3px !default;
$carousel-indicator-active-bg: #fff !default;