blob: ae13614581a200addf124565039866096ec096a1 [file] [log] [blame]
Matteo Scandolo819d13d2016-05-06 16:52:58 -07001#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; }