From d68a8f5426e335fce66c8b366646657115bbe65a Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 20 Jun 2023 18:10:33 +0200 Subject: Clickable support boxes. This reverts commit 0a1c421615aebefd26accf668c4ec640be917344. --- play.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'play.css') diff --git a/play.css b/play.css index 0518ed3..bfa1577 100644 --- a/play.css +++ b/play.css @@ -94,6 +94,18 @@ svg .sea.action { transition-timing-function: ease; } +.support { + box-sizing: border-box; + width: 54px; + height: 54px; + border: 3px solid transparent; + border-radius: 8px; +} + +.support.action { + border-color: yellow; +} + .dice { width: 36px; height: 36px; -- cgit v1.2.3