mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-30 13:11:08 -04: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
 | |
| }
 |