Remove custom css from "Enable overlays" text

This commit is contained in:
Anton Khorev 2024-05-25 04:47:32 +03:00
parent 2ea256744a
commit 20f112b89a
2 changed files with 1 additions and 5 deletions

View file

@ -84,7 +84,7 @@ L.OSM.layers = function (options) {
$("<p>")
.text(I18n.t("javascripts.map.layers.overlays"))
.attr("class", "text-body-secondary")
.attr("class", "text-body-secondary small mb-2")
.appendTo(overlaySection);
var overlays = $("<ul class='list-unstyled form-check'>")

View file

@ -423,10 +423,6 @@ body.small-nav {
}
.overlay-layers {
p {
font-size: 13px;
margin-bottom: 8px;
}
li.disabled { color: $darkgrey; }
}
}