You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

49 lines
1.1 KiB

@import "../../kewilayahan/scss/base/bootstrap-extended/include"; // Bootstrap includes
@import "../../kewilayahan/scss/base/components/include"; // Components includes
.map-leaflet {
width: 100%;
height: 100%;
z-index: 3;
}
.leaflet-container {
width: 100%;
height: calc(100vh);
font-family: inherit !important;
}
.leaflet-control-layers-base > label {
font-size: larger;
cursor: pointer;
/* color: $primary; */
font-weight: bold;
}
input.leaflet-control-layers-selector{
margin-right: 5px !important;
}
// .leaflet-layerstree-node{
// padding-left: 1.5rem;
// }
// div.leaflet-layerstree-children div.leaflet-layerstree-node{
// padding-left: 1.5rem;
// }
div.leaflet-control-layers-overlays div.leaflet-layerstree-children.leaflet-layerstree-children-nopad div.leaflet-layerstree-node div.leaflet-layerstree-children {
padding-left: 2rem !important;
}
.leaflet-left .leaflet-control {
margin-left: 0;
}
.leaflet-control-attribution {
margin-bottom: 50px !important;
}
div.leaflet-bottom.leaflet-left div.leaflet-control {
margin-bottom: 0 !important;
}
.leaflet-control-locate {
margin-bottom: 10px !important;
}