Remove custom css from "Enable overlays" text
This commit is contained in:
parent
2ea256744a
commit
20f112b89a
2 changed files with 1 additions and 5 deletions
|
@ -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'>")
|
||||
|
|
|
@ -423,10 +423,6 @@ body.small-nav {
|
|||
}
|
||||
|
||||
.overlay-layers {
|
||||
p {
|
||||
font-size: 13px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
li.disabled { color: $darkgrey; }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue