mirror of
				https://github.com/twbs/bootstrap.git
				synced 2025-11-04 00:03:15 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			192 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			192 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
@mixin alert-variant($background, $border, $color) {
 | 
						|
  color: $color;
 | 
						|
  @include gradient-bg($background);
 | 
						|
  border-color: $border;
 | 
						|
 | 
						|
  .alert-link {
 | 
						|
    color: shade-color($color, 20%);
 | 
						|
  }
 | 
						|
}
 |