All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			
		
			
				
	
	
		
			17 lines
		
	
	
		
			392 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			392 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
@layer components {
 | 
						|
  input[type=text], input[type=email], input[type=password],
 | 
						|
  input[type=number], select {
 | 
						|
    @apply mt-1 rounded-md bg-gray-100 focus:bg-white
 | 
						|
           border-transparent focus:border-transparent focus:ring-2
 | 
						|
           focus:ring-blue-600 focus:ring-opacity-75;
 | 
						|
  }
 | 
						|
 | 
						|
  .field_with_errors {
 | 
						|
    @apply inline-block;
 | 
						|
  }
 | 
						|
 | 
						|
  .error-msg {
 | 
						|
    @apply text-red-700;
 | 
						|
  }
 | 
						|
}
 |