style.css 441 B

123456789101112131415161718
  1. .workflow-panel-animation .react-flow__viewport {
  2. transition: transform 0.3s ease-in-out;
  3. }
  4. .workflow-node-animation .react-flow__node {
  5. transition: transform 0.2s ease-in-out;
  6. }
  7. #workflow-container .react-flow__nodesselection-rect {
  8. border: 1px solid #528BFF;
  9. background: rgba(21, 94, 239, 0.05);
  10. cursor: move;
  11. }
  12. #workflow-container .react-flow__selection {
  13. border: 1px solid #528BFF;
  14. background: rgba(21, 94, 239, 0.05);
  15. }