mirror of
				https://github.com/langgenius/dify.git
				synced 2025-10-31 02:42:59 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			380 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			380 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| .popupBtn {
 | |
|     @apply inline-flex items-center bg-white px-3 py-2 rounded-lg text-base border border-gray-200 font-medium hover:bg-gray-100 focus:outline-none
 | |
| }
 | |
| .popupPanel {
 | |
|     @apply absolute z-10 w-full max-w-sm px-4 mt-1 sm:px-0 lg:max-w-3xl
 | |
| }
 | |
| .panelContainer {
 | |
|     @apply overflow-hidden bg-white w-fit min-w-[130px] rounded-lg shadow-lg ring-1 ring-black ring-opacity-5
 | |
| }
 | 
