mirror of
				https://github.com/langgenius/dify.git
				synced 2025-10-31 19:03:09 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			441 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			441 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| .workflow-panel-animation .react-flow__viewport {
 | |
|   transition: transform 0.3s ease-in-out;
 | |
| }
 | |
| 
 | |
| .workflow-node-animation .react-flow__node {
 | |
|   transition: transform 0.2s ease-in-out;
 | |
| }
 | |
| 
 | |
| #workflow-container .react-flow__nodesselection-rect {
 | |
|   border: 1px solid #528BFF;
 | |
|   background: rgba(21, 94, 239, 0.05);
 | |
|   cursor: move;
 | |
| }
 | |
| 
 | |
| #workflow-container .react-flow__selection {
 | |
|   border: 1px solid #528BFF;
 | |
|   background: rgba(21, 94, 239, 0.05);
 | |
| } | 
