mirror of
				https://github.com/langgenius/dify.git
				synced 2025-11-03 20:33:00 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			313 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			313 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
.svgIcon {
 | 
						|
  background-image: url(~@/app/components/develop/secret-key/assets/svg.svg);
 | 
						|
  background-position: center;
 | 
						|
  background-repeat: no-repeat;
 | 
						|
}
 | 
						|
 | 
						|
.svgIconed {
 | 
						|
  background-image: url(~@/app/components/develop/secret-key/assets/svged.svg);
 | 
						|
  background-position: center;
 | 
						|
  background-repeat: no-repeat;
 | 
						|
}
 |