Skip to content

Instantly share code, notes, and snippets.

@colek42
Created October 26, 2016 19:38
Show Gist options
  • Save colek42/6a83e8c83cf0d3c92e741218a635d810 to your computer and use it in GitHub Desktop.
Save colek42/6a83e8c83cf0d3c92e741218a635d810 to your computer and use it in GitHub Desktop.
.leaflet-div-icon.extend-icon {
width: 20px !important;
height: 20px !important;
margin-left: -10px !important;
margin-top: -10px !important;
padding: 10 10 10 10;
}
.leaflet-div-icon.extend-icon-medium {
width: 12px !important;
height: 12px !important;
margin-left: -6px !important;
margin-top: -6px !important;
}
.leaflet-div-icon.extend-icon-xl {
width: 20px !important;
height: 20px !important;
margin-left: -10px !important;
margin-top: -10px !important;
}
.leaflet-div-icon {
background: #e48527;
border: 3px solid #666 !important;
border-radius: 50% !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment