blob: 96972041e74acc12cf846180ba98be1a45668e1c [file] [log] [blame]
body {
overflow: hidden;
}
.react-flow__handle {
min-width: initial !important;
min-height: initial !important;
height: 4px !important;
width: 4px !important;
border: none !important;
}
.react-flow__edge-path {
stroke: black !important;
}
.react-flow__handle.connectingto {
background: #ff6060;
}
.react-flow__handle.valid {
background: #55dd99;
}