mirror of
				https://github.com/mdbootstrap/mdb-ui-kit.git
				synced 2025-11-04 09:57:36 +03:00 
			
		
		
		
	Alert text color fix
This commit is contained in:
		
							parent
							
								
									925696bcb3
								
							
						
					
					
						commit
						b74014cbfd
					
				| 
						 | 
				
			
			@ -1,16 +1,23 @@
 | 
			
		|||
.alert {
 | 
			
		||||
    border: 0px;
 | 
			
		||||
    border-radius: 0;
 | 
			
		||||
    a, .alert-link {
 | 
			
		||||
        color: #FFFFFF;
 | 
			
		||||
    }
 | 
			
		||||
    .variations(~"", background-color, #FFFFFF);
 | 
			
		||||
 | 
			
		||||
    .generic-variations(~"", @darkbg-text, {
 | 
			
		||||
        background-color: @material-color;
 | 
			
		||||
        color: @text-color;
 | 
			
		||||
 | 
			
		||||
        a, .alert-link {
 | 
			
		||||
            color: @text-color;
 | 
			
		||||
        }
 | 
			
		||||
    });
 | 
			
		||||
 | 
			
		||||
    &-info, &-danger, &-warning, &-success {
 | 
			
		||||
        color: #FFFFFF;
 | 
			
		||||
        color: @darkbg-text;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    &-default {
 | 
			
		||||
        a, .alert-link {
 | 
			
		||||
            color: #000000;
 | 
			
		||||
            color: @lightbg-text;
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user