mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 20:37:29 -05:00 
			
		
		
		
	- Fix for building dependencies - Fixes for data table sorting - Improved styling of tables - Improved buttons padding, position
		
			
				
	
	
		
			16 lines
		
	
	
		
			242 B
		
	
	
	
		
			SCSS
		
	
	
	
		
			Vendored
		
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			242 B
		
	
	
	
		
			SCSS
		
	
	
	
		
			Vendored
		
	
	
	
.input {
 | 
						|
    @apply items-center border border-gray-300 rounded mt-2 py-2 px-4 text-sm;
 | 
						|
 | 
						|
    &:focus {
 | 
						|
        @apply outline-none border-blue-500;
 | 
						|
    }
 | 
						|
}
 | 
						|
 | 
						|
.input-label {
 | 
						|
    @apply text-sm text-gray-600;
 | 
						|
}
 | 
						|
 | 
						|
.input-slim {
 | 
						|
    @apply py-2;
 | 
						|
}
 |