mirror of
				https://github.com/twbs/bootstrap.git
				synced 2025-11-04 00:03:15 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			180 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			180 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
//
 | 
						|
// Form text
 | 
						|
//
 | 
						|
 | 
						|
.form-text {
 | 
						|
  margin-top: $form-text-margin-top;
 | 
						|
  @include font-size($form-text-font-size);
 | 
						|
  font-style: $form-text-font-style;
 | 
						|
  color: $form-text-color;
 | 
						|
}
 |