blob: d2d21e7c14a8e3708700442fb6d32ce68039b13d [file] [log] [blame]
Matteo Scandolo63b63fa2016-02-25 09:38:59 -08001#xosMcordTopology {
2 height: 700px;
3}
4
Matteo Scandolodf35ca92016-02-25 09:19:41 -08005[ui-view],
6m-cord-topology{
7 width: 100%;
8 height: 100%;
9 display: block;
10}
11
12line {
13 stroke: blue;
14 stroke-width: 1;
15}
16
17line.big{
18 stroke-width: 2;
19}
20
21circle,
22rect {
23 fill: #fff;
24 stroke-width: 1;
25}
26
27.fabric {
28 stroke: none;
29 fill: #123456;
30 fill-rule: evenodd;
31}
32
33.fabric-container {
34 fill: transparent;
35 stroke: #000;
36 stroke-width: 1;
37}
38
39.bbu {
40 stroke: black;
41 fill: #FF7F0E;
42}
43
44.rru {
45 stroke: #000;
46 fill: #FFBB78;
47}
48
49.rru-shadow {
50 fill: #FFBB78;
51 opacity: .4
52}
53
54.MME, .SGW, .PGW {
55 fill: purple;
56 stroke: #000;
57}
58
59.bbu text,
60.MME text,
61.SGW text,
62.PGW text {
63 font-size: 10px;
64 stroke-width: 0;
65 fill: #000;
66}