mirror of
https://github.com/maputnik/editor.git
synced 2025-12-25 07:30:00 +00:00
Added support for gejson sources Fix toVectorLayer map callback (this was undefined) Improved ol css; show map controls
23 lines
303 B
SCSS
23 lines
303 B
SCSS
//OPENLAYERS
|
|
.maputnik-layout {
|
|
.ol-zoom {
|
|
top: 10px;
|
|
right: 10px;
|
|
left: auto;
|
|
}
|
|
|
|
.ol-attribution.ol-logo-only {
|
|
height: 20px;
|
|
}
|
|
|
|
.ol-control {
|
|
button {
|
|
background-color: rgb(28, 31, 36);
|
|
}
|
|
|
|
button:hover {
|
|
background-color: rgb(86, 83, 83);
|
|
}
|
|
}
|
|
}
|