mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-30 21:21:09 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			159 B
		
	
	
	
		
			SCSS
		
	
	
	
		
			Vendored
		
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			159 B
		
	
	
	
		
			SCSS
		
	
	
	
		
			Vendored
		
	
	
	
| .form-control:focus {
 | |
|   border-color: #ffde00;
 | |
|   outline: 0;
 | |
|   -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 125, 204, 0.25);
 | |
|   box-shadow: 0 0 0 0.2rem #ffde0029
 | |
| } |