Applied application style to OSM elements
This commit is contained in:
parent
1607b4993e
commit
6ad0c424ff
1 changed files with 9 additions and 3 deletions
|
@ -558,9 +558,15 @@ main {
|
||||||
|
|
||||||
:deep(.ol-viewport) {
|
:deep(.ol-viewport) {
|
||||||
.ol-attribution {
|
.ol-attribution {
|
||||||
position: absolute !important;
|
display: none;
|
||||||
bottom: 0 !important;
|
}
|
||||||
right: 0 !important;
|
|
||||||
|
.ol-control {
|
||||||
|
margin-bottom: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
button {
|
||||||
|
background: var(--color-background);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Add table
Reference in a new issue