style.css 525 B

12345678910111213141516171819202122
  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. }
  16. #workflow-container .react-flow__node-custom-note {
  17. z-index: -1000 !important;
  18. }