blob: ba28d41c636afdc9d03033febe995b6565d9707a [file] [log] [blame]
/*
* Copyright 2017-present Open Networking Foundation
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#xosMcordTopology {
height: 700px;
}
[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: transparent;
stroke: #000;
stroke-width: 1;
}
.bbu {
stroke: black;
fill: #FF7F0E;
}
.rru {
stroke: #000;
fill: #FFBB78;
}
.rru.antenna {
stroke: #000;
fill: brown;
}
.rru-shadow {
fill: #FFBB78;
opacity: .4
}
.MME, .SGW, .PGW, .Vid {
fill: purple;
stroke: #000;
}
rect.MME,
rect.SGW,
rect.PGW,
rect.bbu,
rect.Vid {
fill: #fff;
stroke: #fff;
}
.bbu text,
.MME text,
.SGW text,
.PGW text,
.Vid text {
font-size: 10px;
stroke-width: 0;
fill: #000;
}