From b68864521e4f4ee5b092ea56d6e3c4c17314de64 Mon Sep 17 00:00:00 2001 From: James Ketrenos Date: Sun, 6 Feb 2022 14:39:42 -0800 Subject: [PATCH] Added placeholder clip path for city Signed-off-by: James Ketrenos --- client/src/Board.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/client/src/Board.css b/client/src/Board.css index 59a9d19..f8b5ebe 100644 --- a/client/src/Board.css +++ b/client/src/Board.css @@ -64,9 +64,16 @@ right: 0px; top: 0px; bottom: 0px; +} + +.Corner[data-type="settlement"] .Corner-Shape { clip-path: polygon(50% 0%,70% 15%,70% 2%,90% 2%,90% 30%,100% 40%,100% 100%,65% 100%,65% 65%,35% 65%,35% 100%,0% 100%,0% 40%); } +.Corner[data-type="city"] .Corner-Shape { + clip-path: polygon(15% 0%,39% 23%,39% 52%,100% 56%,100% 74%,100% 100%,80% 100%,63% 100%,62% 75%,46% 75%,47% 100%,0% 100%,0% 24%); +} + .Road { position: absolute; display: flex;