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