Matteo Scandolo | 819d13d | 2016-05-06 16:52:58 -0700 | [diff] [blame] | 1 | #xosServiceGrid service-graph { |
2 | display: block; | ||||
3 | width: 100%; | ||||
4 | height: 600px; } | ||||
5 | |||||
6 | #xosServiceGrid .node { | ||||
7 | stroke: #337ab7; | ||||
8 | fill: white; } | ||||
9 | |||||
10 | #xosServiceGrid .node.xos { | ||||
11 | fill: #d9534f; } | ||||
12 | |||||
13 | #xosServiceGrid .link { | ||||
14 | stroke: black; | ||||
15 | stroke-width: 2px; } |