mirror of
				https://github.com/langgenius/dify.git
				synced 2025-10-31 10:53:02 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			428 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			428 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| .copyIcon {
 | |
|   background-image: url(~@/app/components/develop/secret-key/assets/copy.svg);
 | |
|   background-position: center;
 | |
|   background-repeat: no-repeat;
 | |
| }
 | |
| 
 | |
| .copyIcon:hover {
 | |
|   background-image: url(~@/app/components/develop/secret-key/assets/copy-hover.svg);
 | |
|   background-position: center;
 | |
|   background-repeat: no-repeat;
 | |
| }
 | |
| 
 | |
| .copyIcon.copied {
 | |
|   background-image: url(~@/app/components/develop/secret-key/assets/copied.svg);
 | |
| }
 | 
