@use "../../flow-common"; ::ng-deep f-flow { .f-connection { .f-connection-drag-handle { fill: none; stroke: none; } .f-connection-selection { stroke-width: 20; } .f-connection-path { stroke-width: 6; } &:not(.gradient-color) { .f-connection-path { stroke: #db2777; stroke-width: 4; } } &:hover { stroke: var(--minimap-view-color); } } } .f-node { @include flow-common.node; }