refactor(ui): make alerts look nicer
Signed-off-by: SphericalKat <amolele@gmail.com>
This commit is contained in:
		
							parent
							
								
									a195688bdc
								
							
						
					
					
						commit
						58498d47d4
					
				| @ -31,3 +31,18 @@ code { | ||||
| 	font-size: 14px; | ||||
| 	font-weight: bold; | ||||
| } | ||||
| 
 | ||||
| .alert { | ||||
| 	width: 100%; | ||||
| 	text-align: center; | ||||
| } | ||||
| 
 | ||||
| .alert-info { | ||||
| 	background-color: #1ed98e; | ||||
| 	color: black; | ||||
| } | ||||
| 
 | ||||
| .alert-danger { | ||||
| 	background-color: #ff9800; | ||||
| 	color: black; | ||||
| } | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user