Web Dev Solutions

Catalin Mititiuc

From a80728f16f90616d93dcc9ed932528b35e2ef62d Mon Sep 17 00:00:00 2001 From: Catalin Mititiuc Date: Fri, 24 May 2024 15:59:17 -0700 Subject: WIP: mock selenium response --- public/assets/images/map4.svg | 108 +++++++++++++++++++++++------------------- 1 file changed, 60 insertions(+), 48 deletions(-) (limited to 'public/assets/images/map4.svg') diff --git a/public/assets/images/map4.svg b/public/assets/images/map4.svg index d5c3326..53a2b71 100644 --- a/public/assets/images/map4.svg +++ b/public/assets/images/map4.svg @@ -5,50 +5,46 @@ g[data-edge="north"] { --i: -2; } g[data-edge="south"] { --i: 52; } - g#hex line { - opacity: 1; + #background { + stroke: #304b75; + fill: #bacae3; } - g#hex path { - opacity: 1; + pattern use { stroke: black; - stroke-width: 0.25px; + stroke-width: 0.3px; } - use[href="#hex"] { - opacity: 1; + .cw-60-deg { + transform: rotate(60deg); } - g#hex line { - stroke-width: 0.2px; - transform: scale(1.2); - } - - g#hex line:nth-child(2) { - transform: rotate(60deg) scale(1.2); - } - - g#hex line:nth-child(3) { - transform: rotate(-60deg) scale(1.2); + .ccw-60-deg { + transform: rotate(-60deg); } - - - - - - - - + + + + + + + + + + + + + + + + + + + 1 2 3 @@ -57,28 +53,44 @@ 6 7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - + + @@ -86,5 +98,5 @@ - + -- cgit v1.2.3