blob: 80b7d9280d86d3a74630952c2359d20e1e0b6c26 [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 Scandolo05b27442016-02-23 10:02:01 -080024 stroke: none;
25 fill: #123456;
26 fill-rule: evenodd;
Matteo Scandolo8b9d8312016-02-18 17:01:06 -080027}
28
29.fabric-container {
30 fill: #fff;
31 stroke: #000;
32 stroke-width: 1;
Matteo Scandolo9e9db122016-02-18 15:28:48 -080033}
34
35.bbu {
Matteo Scandolo8b9d8312016-02-18 17:01:06 -080036 stroke: black;
37 fill: #FF7F0E;
Matteo Scandolo9e9db122016-02-18 15:28:48 -080038}
39
Matteo Scandolo9e9db122016-02-18 15:28:48 -080040.rru {
Matteo Scandolo8b9d8312016-02-18 17:01:06 -080041 stroke: #000;
42 fill: #FFBB78;
Matteo Scandolo9e9db122016-02-18 15:28:48 -080043}
44
45.rru-shadow {
Matteo Scandolo8b9d8312016-02-18 17:01:06 -080046 fill: #FFBB78;
47 opacity: .4
Matteo Scandolo9e9db122016-02-18 15:28:48 -080048}
49
50.MME, .SGW, .PGW {
Matteo Scandolo8b9d8312016-02-18 17:01:06 -080051 fill: purple;
52 stroke: #000;
Matteo Scandolo9e9db122016-02-18 15:28:48 -080053}
54
Matteo Scandolo05b27442016-02-23 10:02:01 -080055.bbu text,
56.MME text,
57.SGW text,
58.PGW text {
Matteo Scandolo9e9db122016-02-18 15:28:48 -080059 font-size: 10px;
Matteo Scandolo05b27442016-02-23 10:02:01 -080060 stroke-width: 0;
61 fill: #000;
Matteo Scandolo9e9db122016-02-18 15:28:48 -080062}