blob: eb62cd2f841257d3e029af3643e5b5d937b10031 [file] [log] [blame]
Rizwan Haider8e5f4772016-08-17 18:04:35 -04001/*$brand-primary: $cord-red;*/
2elan-map {
3 display: block;
4 width: 100%;
5 height: 380px;
6 position: relative; }
7 elan-map svg {
8 position: absolute;
9 top: 0;
10 left: 0; }
11 elan-map circle.elan,
12 elan-map rect.elan {
13 stroke: #5bc0de;
14 stroke-width: 2;
15 fill: #fff; }
16 elan-map circle.elan,
17 elan-map circle.uni {
18 cursor: pointer; }
19 elan-map .node.uni circle.uni,
20 elan-map .node.uni rect.uni {
21 stroke: #CE5650;
22 stroke-width: 2;
23 fill: #fff; }
24 elan-map .node.uni path {
25 fill: #902d28; }
26 elan-map line {
27 stroke: #CE5650;
28 stroke-width: 1; }
29 elan-map #map {
30 background: #EFEBE2; }
31 elan-map .subunit {
32 fill: #B7DAFF;
33 stroke: white;
34 stroke-width: 1px; }
35 elan-map .subunit._10 {
36 fill: transparent;
37 stroke: transparent; }
38 elan-map .exterior-boundary {
39 fill: none;
40 stroke: black;
41 stroke-linejoin: round;
42 stroke-width: 1px; }