From 779ee568c78238027d86028c39beb7b6bf959ab7 Mon Sep 17 00:00:00 2001 From: Mischa Untaga <99098079+MischaU8@users.noreply.github.com> Date: Tue, 7 Nov 2023 15:25:58 +0100 Subject: congress and turn ui --- play.html | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'play.html') diff --git a/play.html b/play.html index 4948e79..beefd3b 100644 --- a/play.html +++ b/play.html @@ -193,6 +193,17 @@ div.persistent_box { .persistent_card.support { background-color: var(--suff-85); } .persistent_card.opposition { background-color: var(--opp-85); } +div.congress_box { + position: absolute; + box-sizing: border-box; +} + +div.congress_box.action { + background-clip: padding-box; + background-color: #fff8; + border: 5px solid white; +} + .piece { position: absolute; background-repeat: no-repeat; @@ -919,7 +930,10 @@ c5 3 13 7 17 8 8 2 9 3 11 12 1 5 5 12 8 16 5 8 5 8 3 22 l-3 14 -30 -1 c-35
-
+
+ +
+
-- cgit v1.2.3