21700: Install Bundler system-wide in Rails postinst
[arvados.git] / services / workbench2 / src / lib / cwl-svg / assets / styles / themes / rabix-dark / _variables.scss
1
2
3 // Colors
4 $background-color: rgb(48, 48, 48) !default;
5
6 // Fonts
7 $font-color: white !default;
8
9 // Edges
10 $edge-outer-stroke-width: 7px !default;
11
12 // Node Icons
13 $node-icon-fill-color: $background-color !default;
14 $node-icon-stroke-color: $background-color !default;
15
16 // Ports
17 $port-hover-stroke-color: white !default;
18 $port-fill-color: rgb(195, 195, 195) !default;
19
20 @import "../../variables";