mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-31 09:17:32 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			205 B
		
	
	
	
		
			SCSS
		
	
	
	
		
			Vendored
		
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			205 B
		
	
	
	
		
			SCSS
		
	
	
	
		
			Vendored
		
	
	
	
| .alert {
 | |
|     @apply bg-gray-100 py-3 mt-4 px-4 text-sm border-l-2 mt-2 mb-1 bg-gray-100 border-gray-400;
 | |
| }
 | |
| 
 | |
| .alert-success {
 | |
|     @apply border-emerald-500;
 | |
| }
 | |
| 
 | |
| .alert-failure {
 | |
|     @apply border-red-500;
 | |
| }
 |