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