mirror of
				https://github.com/mdbootstrap/mdb-ui-kit.git
				synced 2025-11-04 01:47:35 +03:00 
			
		
		
		
	Merge pull request #936 from jnosek/bugfix/#935-control-label-text-color-in-form-group
Removed color from label.control-label in label-size-variant
This commit is contained in:
		
						commit
						8dfef065e4
					
				| 
						 | 
					@ -44,7 +44,6 @@
 | 
				
			||||||
  label.control-label {
 | 
					  label.control-label {
 | 
				
			||||||
    font-size: @static-font-size;
 | 
					    font-size: @static-font-size;
 | 
				
			||||||
    line-height: @static-line-height;
 | 
					    line-height: @static-line-height;
 | 
				
			||||||
    color: @mdb-input-placeholder-color;
 | 
					 | 
				
			||||||
    font-weight: 400;
 | 
					    font-weight: 400;
 | 
				
			||||||
    margin: 16px 0 0 0; // std and lg
 | 
					    margin: 16px 0 0 0; // std and lg
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user