You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
377 B
26 lines
377 B
#map {
|
|
// background:#e8fbfe;
|
|
border:1px solid #e8e8e8;
|
|
height:600px;
|
|
position:relative;
|
|
width:500px;
|
|
z-index:0;
|
|
|
|
svg {
|
|
height:100%;
|
|
width:100%;
|
|
}
|
|
}
|
|
|
|
.feature {
|
|
// fill:#dffbb8;
|
|
fill:#f7f7f7;
|
|
// stroke:#bde484;
|
|
stroke:#ccc;
|
|
}
|
|
|
|
.reticle {
|
|
cursor:move;
|
|
fill: rgba(153, 173, 40, 0.2);
|
|
stroke: #5D5336;
|
|
}
|
|
|