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