mirror of
https://github.com/visgl/react-map-gl.git
synced 2026-01-18 15:54:22 +00:00
17 lines
176 B
CSS
17 lines
176 B
CSS
body {
|
|
margin: 0;
|
|
background: #000;
|
|
}
|
|
|
|
.city-pin {
|
|
cursor: pointer;
|
|
fill: #d00;
|
|
stroke: none;
|
|
}
|
|
|
|
.nav {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
padding: 10px;
|
|
} |