From b968839095d69ed9b1e0cd4cd3610acc542faf3b Mon Sep 17 00:00:00 2001 From: muerwre Date: Mon, 4 Mar 2019 13:04:41 +0700 Subject: [PATCH] changed vertexes a little bit --- src/styles/map.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/map.less b/src/styles/map.less index 2d57d36..cc71e33 100644 --- a/src/styles/map.less +++ b/src/styles/map.less @@ -80,7 +80,7 @@ width:8px; height:8px; background: white; - box-shadow: @red_secondary 0 0 0 3px; + //box-shadow: @red_secondary 0 0 0 3px; border-radius: 8px; transform:scale(1); transition:transform 150ms;