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;