summaryrefslogtreecommitdiff
path: root/play.css
diff options
context:
space:
mode:
Diffstat (limited to 'play.css')
-rw-r--r--play.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/play.css b/play.css
index 3ab3f25..7a02403 100644
--- a/play.css
+++ b/play.css
@@ -84,6 +84,12 @@ body.Greece header.your_turn { background-color: salmon; }
width: 250px;
height: 350px;
border-radius: 12px;
+ display: none;
+ box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
+}
+
+.card.show {
+ display: block;
}
.card_info .card {
@@ -154,6 +160,7 @@ body.Greece header.your_turn { background-color: salmon; }
}
#map {
+ position: relative;
width: 1240px;
height: 878px;
background-size: cover;