scss: use site font in leaflet maps (#88117)
gitea/publik-base-theme/pipeline/head This commit looks good Details

This commit is contained in:
Frédéric Péters 2024-03-14 07:56:51 +01:00
parent dc2f44d7be
commit 081fe9dec8
2 changed files with 8 additions and 1 deletions

View File

@ -866,7 +866,6 @@ div.select2-search {
&--result-list {
background-color: white;
font-size: 1.2em;
padding-right: 0.7em;
}

View File

@ -765,6 +765,14 @@ div.location-icon {
z-index: -100 !important;
}
.leaflet-container {
font: inherit;
}
.leaflet-control-attribution {
font-size: 80%;
}
div.leaflet-control-gps {
&.pending {
opacity: 0.5;