mirror of https://github.com/twbs/bootstrap.git
				
				
				
			Merge pull request #19241 from twbs/carousel-indicators-width
Extract $carousel-indicators-width variable
This commit is contained in:
		
						commit
						06fac24b03
					
				| 
						 | 
					@ -163,9 +163,9 @@
 | 
				
			||||||
  bottom: 10px;
 | 
					  bottom: 10px;
 | 
				
			||||||
  left: 50%;
 | 
					  left: 50%;
 | 
				
			||||||
  z-index: 15;
 | 
					  z-index: 15;
 | 
				
			||||||
  width: 60%;
 | 
					  width: $carousel-indicators-width;
 | 
				
			||||||
  padding-left: 0;
 | 
					  padding-left: 0;
 | 
				
			||||||
  margin-left: -30%;
 | 
					  margin-left: -($carousel-indicators-width / 2);
 | 
				
			||||||
  text-align: center;
 | 
					  text-align: center;
 | 
				
			||||||
  list-style: none;
 | 
					  list-style: none;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -780,6 +780,8 @@ $carousel-control-sm-up-size:                 30px !default;
 | 
				
			||||||
$carousel-control-opacity:                    .5 !default;
 | 
					$carousel-control-opacity:                    .5 !default;
 | 
				
			||||||
$carousel-control-font-size:                  20px !default;
 | 
					$carousel-control-font-size:                  20px !default;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					$carousel-indicators-width:                   60% !default;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
$carousel-indicator-size:                     10px !default;
 | 
					$carousel-indicator-size:                     10px !default;
 | 
				
			||||||
$carousel-indicator-active-size:              12px !default;
 | 
					$carousel-indicator-active-size:              12px !default;
 | 
				
			||||||
$carousel-indicator-active-bg:                #fff !default;
 | 
					$carousel-indicator-active-bg:                #fff !default;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue