parent
							
								
									66052f1f7f
								
							
						
					
					
						commit
						84c00ce239
					
				
				 2 changed files with 16 additions and 1 deletions
			
			
		| @ -1 +1,15 @@ | |||||||
| /* Copyright © 2023 Entreprise SkamKraft */ | /* Copyright © 2023 Entreprise SkamKraft */ | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | .ext-modal[open] { | ||||||
|  |     animation: myFadeIn 2.0s ease normal; | ||||||
|  | } | ||||||
|  |    | ||||||
|  | @keyframes myFadeIn{ | ||||||
|  |     from { | ||||||
|  |       bottom: 100%; | ||||||
|  |     } | ||||||
|  |     to { | ||||||
|  |       bottom: 0%; | ||||||
|  |     } | ||||||
|  | } | ||||||
					Loading…
					
					
				
		Reference in New Issue