Skip to content
Snippets Groups Projects
Commit 012bcf9a authored by esikkala's avatar esikkala
Browse files

Add some custom Leaflet layer control styles

parent bedc5245
No related branches found
No related tags found
No related merge requests found
......@@ -49,4 +49,19 @@ a, a:visited, a:hover, a:active {
.apexcharts-custom-tooltip {
padding: 8px
}
\ No newline at end of file
}
.leaflet-control-layers span {
font-family: "Roboto", "Helvetica", "Arial";
}
@media screen and (min-width: 1440px) {
.leaflet-control-layers span {
font-size: 14px;
}
.leaflet-control-layers-selector {
transform: scale(1.5);
margin: 6px;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment