blob: cb4ad8f43772ad9a31af286de0d8962663a48198 [file] [log] [blame]
Rizwan Haider8e5f4772016-08-17 18:04:35 -04001/*$brand-primary: $cord-red;*/
2service-map {
3 width: 100%;
4 height: 100px;
5 display: block; }
6 service-map .node rect {
7 fill: #fff;
8 stroke-width: 2px; }
9 service-map .node.uni rect {
10 stroke: #CE5650; }
11 service-map .node.uni path {
12 fill: #902d28; }
13 service-map .node.service rect {
14 stroke: #337ab7; }
15 service-map .node.service path {
16 fill: #1d4568; }
17 service-map .node text {
18 font: 12px sans-serif; }
19 service-map .link {
20 fill: none;
21 stroke: #ccc;
22 stroke-width: 1; }