blob: 05b06ed6396004c7ee89784347e1059d93f72988 [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;
}