diff options
author | Frans Bongers <fransbongers@franss-mbp.home> | 2024-12-30 12:30:26 +0100 |
---|---|---|
committer | Frans Bongers <fransbongers@franss-mbp.home> | 2024-12-30 12:30:26 +0100 |
commit | b952d532d4b84c136e3c3a6893a63b0ed5b5ece3 (patch) | |
tree | f7667fdb7f8e771c7b63fccc6760b5cb37a95376 /land-and-freedom.scss | |
parent | 23beb82e0344d895106351fe6d98f40c8ee50dc5 (diff) | |
download | land-and-freedom-b952d532d4b84c136e3c3a6893a63b0ed5b5ece3.tar.gz |
peek at fascist card event effect
Diffstat (limited to 'land-and-freedom.scss')
-rw-r--r-- | land-and-freedom.scss | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/land-and-freedom.scss b/land-and-freedom.scss index cae059a..5c0c760 100644 --- a/land-and-freedom.scss +++ b/land-and-freedom.scss @@ -140,6 +140,19 @@ main { } } +#selectable_cards { + display: flex; + justify-content: center; + flex-wrap: wrap; + padding: 12px; + gap: 12px; + min-height: 260px; +} + +#selectable_cards:empty { + display: none; +} + .panel { min-width: 1271px; max-width: 1271px; @@ -351,6 +364,10 @@ main { box-shadow: 0 0 0 3px $selected-color; } +.blank_marker.action:hover { + opacity: 0.5; +} + // .standee.action:hover { // box-shadow: 0 0 0 2px blue; // } |