| 
									
										
										
										
											2023-05-15 08:51:32 +08:00
										 |  |  | .modal { | 
					
						
							|  |  |  |   position: relative; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .modalHeader { | 
					
						
							|  |  |  |   @apply flex items-center place-content-between h-8; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .modalHeader .title { | 
					
						
							| 
									
										
										
										
											2025-03-19 11:19:57 +08:00
										 |  |  |   @apply grow text-text-primary; | 
					
						
							| 
									
										
										
										
											2023-05-15 08:51:32 +08:00
										 |  |  |   font-weight: 600; | 
					
						
							|  |  |  |   font-size: 20px; | 
					
						
							|  |  |  |   line-height: 32px; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .modalHeader .close { | 
					
						
							|  |  |  |   @apply shrink-0 h-4 w-4 bg-center bg-no-repeat cursor-pointer; | 
					
						
							|  |  |  |   background-image: url(../assets/close.svg); | 
					
						
							|  |  |  |   background-size: 16px; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .modal .tip { | 
					
						
							| 
									
										
										
										
											2025-03-19 11:19:57 +08:00
										 |  |  |   @apply mt-1 mb-8 text-text-tertiary; | 
					
						
							| 
									
										
										
										
											2023-05-15 08:51:32 +08:00
										 |  |  |   font-weight: 400; | 
					
						
							|  |  |  |   font-size: 13px; | 
					
						
							|  |  |  |   line-height: 18px; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .form { | 
					
						
							|  |  |  |   @apply mb-8; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .form .label { | 
					
						
							| 
									
										
										
										
											2025-03-19 11:19:57 +08:00
										 |  |  |   @apply mb-2 text-text-primary; | 
					
						
							| 
									
										
										
										
											2023-05-15 08:51:32 +08:00
										 |  |  |   font-weight: 500; | 
					
						
							|  |  |  |   font-size: 14px; | 
					
						
							|  |  |  |   line-height: 20px; | 
					
						
							|  |  |  | } |