mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 09:03:02 +00:00
fix: favorite button
This commit is contained in:
31
frontend/app/src/theme/common/_maplibre.scss
Normal file
31
frontend/app/src/theme/common/_maplibre.scss
Normal 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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user