@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; | |
} | |
} |