mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 19:37:32 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
		
			511 B
		
	
	
	
		
			SCSS
		
	
	
	
		
			Vendored
		
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			511 B
		
	
	
	
		
			SCSS
		
	
	
	
		
			Vendored
		
	
	
	
.badge {
 | 
						|
    @apply inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium leading-4;
 | 
						|
}
 | 
						|
 | 
						|
.badge-light {
 | 
						|
    @apply bg-gray-100 text-gray-800;
 | 
						|
}
 | 
						|
 | 
						|
.badge-primary {
 | 
						|
    @apply bg-blue-200 text-blue-500;
 | 
						|
}
 | 
						|
 | 
						|
.badge-danger {
 | 
						|
    @apply bg-red-100 text-red-500;
 | 
						|
}
 | 
						|
 | 
						|
.badge-success {
 | 
						|
    @apply bg-green-100 text-green-500;
 | 
						|
}
 | 
						|
 | 
						|
.badge-secondary {
 | 
						|
    @apply bg-gray-800 text-gray-200;
 | 
						|
}
 | 
						|
 | 
						|
.badge-warning {
 | 
						|
    @apply bg-yellow-100 text-yellow-600;
 | 
						|
}
 | 
						|
 | 
						|
.badge-info {
 | 
						|
    @apply bg-blue-100 text-blue-500;
 | 
						|
}
 |