21700: Install Bundler system-wide in Rails postinst
[arvados.git] / services / workbench2 / src / lib / cwl-svg / plugins / port-drag / _variables.scss
1 @import "../../assets/styles/variables";
2
3 $port-suggested-fill: $color-primary !default;
4 $port-snap-highlight-stroke: $port-hover-stroke-color !default;
5 $port-snap-stroke-width: 2px !default;
6 $edge-dragged-stroke: $edge-inner-stroke-color !default;
7 $edge-dragged-dasharray: 5 !default;
8 $ghost-node-stroke-color: $node-input-fill-color !default;
9 $ghost-node-fill-color: $background-color !default;