From 355026c17925689ea855f6e11beffb43f861b9a7 Mon Sep 17 00:00:00 2001 From: Jeremie BRISON <ext.sopra.jbrison@grandlyon.com> Date: Wed, 10 Mar 2021 17:28:33 +0100 Subject: [PATCH] fix(carto) : fix color marker --- src/app/map/components/map.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/map/components/map.component.scss b/src/app/map/components/map.component.scss index 78bebc227..e9ff65087 100644 --- a/src/app/map/components/map.component.scss +++ b/src/app/map/components/map.component.scss @@ -46,7 +46,7 @@ border-radius: 50% 50% 50% 0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); - background-color: $grey-3; + background-color: $black; margin-left: -8px; margin-top: 4px; &:before { -- GitLab