fix: favorite button

This commit is contained in:
2024-04-25 13:23:01 +02:00
committed by Rainer Killinger
parent abf9999461
commit 71ff9fd960
28 changed files with 203 additions and 223 deletions

View File

@@ -0,0 +1,31 @@
.maplibregl-map {
font-family: inherit;
}
.maplibregl-ctrl-scale {
position: relative;
padding: 0 0 2px;
font-size: 12px;
font-weight: bold;
color: var(--ion-text-color);
background: none;
filter: drop-shadow(0 0 2px rgba(0 0 0 / 60%));
border: none;
&::after {
content: '';
position: absolute;
right: 0;
bottom: 0;
left: 0;
height: 8px;
border-right: 2px solid var(--ion-color-dark);
border-bottom: 2px solid var(--ion-color-dark);
}
}