blob: 80b7d9280d86d3a74630952c2359d20e1e0b6c26 [file] [log] [blame]
[ui-view],
m-cord-topology{
width: 100%;
height: 100%;
display: block;
}
line {
stroke: blue;
stroke-width: 1;
}
line.big{
stroke-width: 2;
}
circle,
rect {
fill: #fff;
stroke-width: 1;
}
.fabric {
stroke: none;
fill: #123456;
fill-rule: evenodd;
}
.fabric-container {
fill: #fff;
stroke: #000;
stroke-width: 1;
}
.bbu {
stroke: black;
fill: #FF7F0E;
}
.rru {
stroke: #000;
fill: #FFBB78;
}
.rru-shadow {
fill: #FFBB78;
opacity: .4
}
.MME, .SGW, .PGW {
fill: purple;
stroke: #000;
}
.bbu text,
.MME text,
.SGW text,
.PGW text {
font-size: 10px;
stroke-width: 0;
fill: #000;
}