mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-31 05:31:10 -04:00 
			
		
		
		
	add default-avatar and change hover icon
This commit is contained in:
		| @ -11,8 +11,10 @@ | ||||
|     cursor: pointer; | ||||
|  | ||||
|     .preview-logo { | ||||
|         max-height: 50%; | ||||
|         max-height: 80%; | ||||
|         position: absolute; | ||||
|         opacity: 1; | ||||
|         animation: fadeIn 2s ease; | ||||
|     } | ||||
|  | ||||
|     .upload-content { | ||||
| @ -69,7 +71,17 @@ | ||||
|     height: 130px; | ||||
|     width: 130px; | ||||
|     .preview-logo { | ||||
|         max-height: 80% !important; | ||||
|         max-width: 80% !important; | ||||
|     } | ||||
|  | ||||
|     @keyframes fadeIn{ | ||||
|       0%{ | ||||
|         opacity: 0; | ||||
|       } | ||||
|       100%{ | ||||
|         opacity: 1; | ||||
|       } | ||||
|     } | ||||
| } | ||||
|  | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user