blob: ae13614581a200addf124565039866096ec096a1 [file] [log] [blame]
#xosServiceGrid service-graph {
display: block;
width: 100%;
height: 600px; }
#xosServiceGrid .node {
stroke: #337ab7;
fill: white; }
#xosServiceGrid .node.xos {
fill: #d9534f; }
#xosServiceGrid .link {
stroke: black;
stroke-width: 2px; }