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

Extract $carousel-indicators-width variable

[skip sauce]
[skip validator]
This commit is contained in:
Chris Rebert
2016-02-16 21:28:20 -08:00
parent 702041e0c5
commit 105bfbc5f9
2 changed files with 4 additions and 2 deletions

View File

@@ -163,9 +163,9 @@
bottom: 10px;
left: 50%;
z-index: 15;
width: 60%;
width: $carousel-indicators-width;
padding-left: 0;
margin-left: -30%;
margin-left: -($carousel-indicators-width / 2);
text-align: center;
list-style: none;