From 78bc73ae429395406382c5adea0f7f59b6c56360 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 4 Aug 2024 14:12:04 +0200 Subject: tweak army layout --- play.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'play.css') diff --git a/play.css b/play.css index 3f9e331..0ea7f5a 100644 --- a/play.css +++ b/play.css @@ -116,6 +116,17 @@ body.America header.your_turn { background-color: hsl(211, 50%, 75%) } /* MARKERS */ +#combat { + position: absolute; + pointer-events: none; + width: 48px; + height: 48px; + background-image: url(bang.svg); + background-size: contain; + background-repeat: no-repeat; + z-index: 2000; +} + .marker { position: absolute; background-size: 100%; -- cgit v1.2.3