OpenDroneMap-WebODM/app/static/app/js/css/Map.scss

39 wiersze
716 B
SCSS

.map{
position: relative;
.leaflet-popup-content{
.title{
font-weight: bold;
margin-bottom: 8px;
}
.asset-links{
margin-top: 8px;
padding-left: 16px;
}
.switchModeButton{
bottom: 12px;
}
}
.leaflet-right .leaflet-control,
.leaflet-control-measure.leaflet-control{
margin-right: 12px;
}
.leaflet-touch .leaflet-control-layers-toggle{
width: 30px;
height: 30px;
background-size: 20px;
}
.popup-opacity-slider{
margin-bottom: 6px;
}
.shareButton{
z-index: 2000;
bottom: 11px;
right: 38px;
}
}