mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-01 02:03:16 +01:00
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);
|
||
|
}
|
||
|
}
|
||
|
}
|