2020-09-11 23:58:50 +00:00
|
|
|
.topo-viz {
|
2020-09-25 23:37:51 +00:00
|
|
|
.topo-viz-datacenters {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
align-content: space-between;
|
|
|
|
margin-top: -0.75em;
|
2020-09-11 23:58:50 +00:00
|
|
|
|
2020-09-25 23:37:51 +00:00
|
|
|
.topo-viz-datacenter {
|
|
|
|
margin-top: 0.75em;
|
|
|
|
margin-bottom: 0.75em;
|
|
|
|
width: calc(50% - 0.75em);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&.is-single-column .topo-viz-datacenter {
|
|
|
|
width: 100%;
|
2020-09-11 23:58:50 +00:00
|
|
|
}
|
2020-10-08 06:05:46 +00:00
|
|
|
|
|
|
|
.topo-viz-edges {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
pointer-events: none;
|
|
|
|
overflow: visible;
|
|
|
|
|
|
|
|
.edge {
|
|
|
|
stroke-width: 2;
|
|
|
|
stroke: $blue;
|
|
|
|
fill: none;
|
|
|
|
}
|
|
|
|
}
|
2020-09-11 23:58:50 +00:00
|
|
|
}
|