Change name of map button class

This commit is contained in:
Wolfgang Huß 2023-01-29 11:45:44 +01:00
parent b415e64f4b
commit c4762f789f

View File

@ -23,7 +23,7 @@
>
<!-- may use MglPopup for the styles? -->
<ds-button
class="style-button"
class="map-style-button"
v-for="style in styles.available"
:key="style.title"
filled
@ -461,7 +461,7 @@ export default {
.mgl-map-wrapper {
height: 70vh;
}
.style-button {
.map-style-button {
margin-left: 5px;
margin-top: 5px;
}