@use "../../flow-common"; ::ng-deep f-flow { @include flow-common.connection; .f-background { line { stroke: var(--background-element-color); } circle { fill: var(--background-element-color); } } } .f-node { @include flow-common.node; } @include flow-common.connector; @include flow-common.examples-toolbar;