blob: c233858fbe357c34628d254fd8eea76e3863e605 [file] [log] [blame]
service-canvas {
height: 100%;
width: 100%;
display: block;
}
.node {
cursor: pointer;
}
.node circle {
fill: #fff;
stroke: steelblue;
stroke-width: 3px;
}
.node text {
font: 12px sans-serif;
}
.link {
fill: none;
stroke: #ccc;
stroke-width: 2px;
}
.service-details{
width: 200px;
position: absolute;
top: 20px;
right: 20px;
}