mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 02:37:34 -05:00 
			
		
		
		
	- Change ClientPortal helper to return 'bg-primary-darken' instead of 'active-page'
    - Buttons & input fields don't have SASS color now
    - bg-blue-600/900 replaced with primary/primary-darken
    - Production build of assets
		
	
			
		
			
				
	
	
		
			16 lines
		
	
	
		
			237 B
		
	
	
	
		
			SCSS
		
	
	
	
		
			Vendored
		
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			237 B
		
	
	
	
		
			SCSS
		
	
	
	
		
			Vendored
		
	
	
	
.input {
 | 
						|
    @apply items-center border border-gray-300 rounded mt-2 py-2 px-4 text-sm;
 | 
						|
 | 
						|
    &:focus {
 | 
						|
        @apply outline-none bg-gray-50;
 | 
						|
    }
 | 
						|
}
 | 
						|
 | 
						|
.input-label {
 | 
						|
    @apply text-sm text-gray-600;
 | 
						|
}
 | 
						|
 | 
						|
.input-slim {
 | 
						|
    @apply py-2;
 | 
						|
}
 |