mirror of
				https://github.com/langgenius/dify.git
				synced 2025-11-04 04:43:09 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			310 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			310 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
.wrapper {
 | 
						|
  background: linear-gradient(131deg, #2250F2 0%, #0EBCF3 100%);
 | 
						|
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
 | 
						|
}
 | 
						|
 | 
						|
.convert {
 | 
						|
  background: linear-gradient(91.92deg, #104AE1 -1.74%, #0098EE 75.74%);
 | 
						|
  background-clip: text;
 | 
						|
  color: transparent;
 | 
						|
}
 |