blob: e892746f0145b707c8df5bbcbb5727881ba16f41 [file] [log] [blame]
Matteo Scandolo70bc45f2016-05-06 14:10:11 -07001@import '../../../../style/sass/lib/_variables.scss';
Matteo Scandoloe6393f02016-05-23 14:27:52 -07002@import './side-panel.scss';
Matteo Scandolo70bc45f2016-05-06 14:10:11 -07003
4#xosServiceGrid {
Matteo Scandolo819d13d2016-05-06 16:52:58 -07005 service-graph {
6 display: block;
7 width: 100%;
8 height: 600px;
9 }
10
11 .node {
12 stroke: $brand-primary;
13 fill: white;
14 }
15
16 .node.xos {
17 fill: $brand-danger;
18 }
19
20 .link {
21 stroke: black;
22 stroke-width: 2px;
23 }
Matteo Scandolo70bc45f2016-05-06 14:10:11 -070024}