blob: e892746f0145b707c8df5bbcbb5727881ba16f41 [file] [log] [blame]
@import '../../../../style/sass/lib/_variables.scss';
@import './side-panel.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;
}
}