blob: 567318f10b752c6eedd328cec6a0c60daea5bf01 [file] [log] [blame]
Matteo Scandolo9e9db122016-02-18 15:28:48 -08001[ui-view],
2m-cord-topology{
3 width: 100%;
4 height: 100%;
5 display: block;
6}
7
8line {
Matteo Scandolo8b9d8312016-02-18 17:01:06 -08009 stroke: blue;
Matteo Scandolo9e9db122016-02-18 15:28:48 -080010 stroke-width: 1;
11}
12
Matteo Scandolo8b9d8312016-02-18 17:01:06 -080013line.big{
14 stroke-width: 2;
15}
16
Matteo Scandolo9e9db122016-02-18 15:28:48 -080017circle,
18rect {
19 fill: #fff;
20 stroke-width: 1;
21}
22
23.fabric {
Matteo Scandolo8b9d8312016-02-18 17:01:06 -080024 stroke: #000;
25 fill: #1F77B4;
26}
27
28.fabric-container {
29 fill: #fff;
30 stroke: #000;
31 stroke-width: 1;
Matteo Scandolo9e9db122016-02-18 15:28:48 -080032}
33
34.bbu {
Matteo Scandolo8b9d8312016-02-18 17:01:06 -080035 stroke: black;
36 fill: #FF7F0E;
Matteo Scandolo9e9db122016-02-18 15:28:48 -080037}
38
39.bbu text {
Matteo Scandolo8b9d8312016-02-18 17:01:06 -080040 font-size: 10px;
41 stroke: #000;
Matteo Scandolo9e9db122016-02-18 15:28:48 -080042}
43
44.rru {
Matteo Scandolo8b9d8312016-02-18 17:01:06 -080045 stroke: #000;
46 fill: #FFBB78;
Matteo Scandolo9e9db122016-02-18 15:28:48 -080047}
48
49.rru-shadow {
Matteo Scandolo8b9d8312016-02-18 17:01:06 -080050 fill: #FFBB78;
51 opacity: .4
Matteo Scandolo9e9db122016-02-18 15:28:48 -080052}
53
54.MME, .SGW, .PGW {
Matteo Scandolo8b9d8312016-02-18 17:01:06 -080055 fill: purple;
56 stroke: #000;
Matteo Scandolo9e9db122016-02-18 15:28:48 -080057}
58
59.MME text, .SGW text, .PGW text {
60 font-size: 10px;
Matteo Scandolo8b9d8312016-02-18 17:01:06 -080061 stroke: #000;
Matteo Scandolo9e9db122016-02-18 15:28:48 -080062}