mirror of https://github.com/twbs/bootstrap.git
				
				
				
			Extract $dropdown-box-shadow variable
This commit is contained in:
		
							parent
							
								
									a5b41e7254
								
							
						
					
					
						commit
						58f7e602ae
					
				| 
						 | 
				
			
			@ -53,7 +53,7 @@
 | 
			
		|||
  background-clip: padding-box;
 | 
			
		||||
  border: $dropdown-border-width solid $dropdown-border-color;
 | 
			
		||||
  @include border-radius($border-radius);
 | 
			
		||||
  @include box-shadow(0 6px 12px rgba(0,0,0,.175));
 | 
			
		||||
  @include box-shadow($dropdown-box-shadow);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// Dividers (basically an `<hr>`) within the dropdown
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -343,6 +343,7 @@ $dropdown-bg:                    #fff !default;
 | 
			
		|||
$dropdown-border-color:          rgba(0,0,0,.15) !default;
 | 
			
		||||
$dropdown-border-width:          $border-width !default;
 | 
			
		||||
$dropdown-divider-bg:            #e5e5e5 !default;
 | 
			
		||||
$dropdown-box-shadow:            0 6px 12px rgba(0,0,0,.175) !default;
 | 
			
		||||
 | 
			
		||||
$dropdown-link-color:            $gray-dark !default;
 | 
			
		||||
$dropdown-link-hover-color:      darken($gray-dark, 5%) !default;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue