blob: bc8d14aa0fcf06c272be33a1123febf7aa213371 [file] [log] [blame]
@import '../../../../style/sass/lib/_variables.scss';
#xosServiceGrid {
service-graph {
display: block;
width: 100%;
height: 600px;
}
.node {
stroke: $brand-primary;
fill: white;
}
.node.xos {
fill: $brand-danger;
}
.link {
stroke: black;
stroke-width: 2px;
}
}