Skip to content
Snippets Groups Projects
Commit 0c417b7a authored by Jérémie BRISON's avatar Jérémie BRISON
Browse files

fix(carto) : fix color marker

parent 355026c1
No related branches found
No related tags found
3 merge requests!103Recette,!102Dev,!96Fix/carto review
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
border-radius: 50% 50% 50% 0; border-radius: 50% 50% 50% 0;
-webkit-transform: rotate(-45deg); -webkit-transform: rotate(-45deg);
transform: rotate(-45deg); transform: rotate(-45deg);
background-color: $black; background-color: $grey-3;
margin-left: -8px; margin-left: -8px;
margin-top: 4px; margin-top: 4px;
&:before { &:before {
...@@ -69,6 +69,15 @@ ...@@ -69,6 +69,15 @@
} }
} }
::ng-deep .leaflet-control-zoom {
a {
color: $grey-3;
&:hover {
color: $blue-hover;
}
}
}
::ng-deep .leaflet-marker-icon { ::ng-deep .leaflet-marker-icon {
&.leaflet-interactive { &.leaflet-interactive {
circle { circle {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment