summaryrefslogtreecommitdiff
path: root/play.css
diff options
context:
space:
mode:
Diffstat (limited to 'play.css')
-rw-r--r--play.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/play.css b/play.css
index f8b4ef3..7a85cba 100644
--- a/play.css
+++ b/play.css
@@ -394,6 +394,19 @@ path.campaign { stroke: black; stroke-dasharray: 4 4; }
box-shadow: 0 0 0 1px #223f21, 1px 1px 4px #0008;
}
+#discard_pile {
+ display: flex;
+ position: relative;
+}
+
+#discard_pile .card.side {
+ margin-left: -226px;
+}
+
+#discard_pile .card.stack {
+ margin-top: -325px;
+}
+
.card.card_back {
background-color: orange;
}