mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-11-04 06:23:17 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			123 B
		
	
	
	
		
			SCSS
		
	
	
	
		
			Vendored
		
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			123 B
		
	
	
	
		
			SCSS
		
	
	
	
		
			Vendored
		
	
	
	
.fade-enter-active, .fade-leave-active {
 | 
						|
    transition: opacity .2s
 | 
						|
}
 | 
						|
 | 
						|
.fade-enter, .fade-leave-active {
 | 
						|
    opacity: 0
 | 
						|
}
 |