blob: 96972041e74acc12cf846180ba98be1a45668e1c [file] [log] [blame]
giodc2dfcf2025-05-16 09:41:04 +00001body {
2 overflow: hidden;
3}
4
5.react-flow__handle {
6 min-width: initial !important;
7 min-height: initial !important;
8 height: 4px !important;
9 width: 4px !important;
10 border: none !important;
11}
12
13.react-flow__edge-path {
14 stroke: black !important;
15
16}
17
gio5f2f1002025-03-20 18:38:48 +040018.react-flow__handle.connectingto {
giod0026612025-05-08 13:00:36 +000019 background: #ff6060;
gio5f2f1002025-03-20 18:38:48 +040020}
21
22.react-flow__handle.valid {
giod0026612025-05-08 13:00:36 +000023 background: #55dd99;
24}