]> git.cworth.org Git - lmno.games/blobdiff - empires/style.css
Implement support for the "game-state" and "character-reveal" events
[lmno.games] / empires / style.css
index 1d853d90f3b22cc830bddb06e94f28fc9ee8d958..1a57b07c00fdd007d5609ddc1de9837011d1ca1c 100644 (file)
 .hide-button:hover {
     color: black;
 }
+
+.show-state-join {
+    display:none;
+}
+
+.show-state-reveal {
+    display:none;
+}
+
+.show-state-capture {
+    display:none;
+}
+
+.hide-state-join {
+    display:block;
+}
+
+.hide-state-reveal {
+    display:block;
+}
+
+.hide-state-capture {
+    display:block;
+}