mirror of
				https://github.com/langgenius/dify.git
				synced 2025-11-03 20:33:00 +00:00 
			
		
		
		
	
		
			
	
	
		
			10 lines
		
	
	
		
			127 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
		
		
			
		
	
	
			10 lines
		
	
	
		
			127 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| 
								 | 
							
								.divider {
							 | 
						||
| 
								 | 
							
								  @apply bg-gray-200;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.horizontal {
							 | 
						||
| 
								 | 
							
								  @apply w-full h-[0.5px] my-2;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.vertical {
							 | 
						||
| 
								 | 
							
								  @apply w-[1px] h-full mx-2;
							 | 
						||
| 
								 | 
							
								}
							 |