diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-06-20 18:10:33 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-07-07 18:39:37 +0200 |
commit | d68a8f5426e335fce66c8b366646657115bbe65a (patch) | |
tree | cd509fbc50bddbb65d725652a2a86e9c388a8256 /play.css | |
parent | 8fb42cd1821020f433d19c01ce70fa45b4797ec4 (diff) | |
download | time-of-crisis-d68a8f5426e335fce66c8b366646657115bbe65a.tar.gz |
Clickable support boxes.
This reverts commit 0a1c421615aebefd26accf668c4ec640be917344.
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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; |