summaryrefslogtreecommitdiff
path: root/frontend/src/components/game/Hand.css
diff options
context:
space:
mode:
authorjbion <joffrey.bion@amadeus.com>2019-02-25 21:39:47 +0100
committerjbion <joffrey.bion@amadeus.com>2019-02-25 21:39:47 +0100
commit6183c512c63ac94c479193fa50204ca1a5cbc62b (patch)
treebc2ef10a80c150aaaad3900adcc46fa3547332e5 /frontend/src/components/game/Hand.css
parentMove resource images to frontend (diff)
downloadseven-wonders-6183c512c63ac94c479193fa50204ca1a5cbc62b.tar.gz
seven-wonders-6183c512c63ac94c479193fa50204ca1a5cbc62b.tar.bz2
seven-wonders-6183c512c63ac94c479193fa50204ca1a5cbc62b.zip
Add production bar
Diffstat (limited to 'frontend/src/components/game/Hand.css')
-rw-r--r--frontend/src/components/game/Hand.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/frontend/src/components/game/Hand.css b/frontend/src/components/game/Hand.css
index 01c17763..c1aed09f 100644
--- a/frontend/src/components/game/Hand.css
+++ b/frontend/src/components/game/Hand.css
@@ -1,6 +1,6 @@
.hand {
align-items: center;
- bottom: -14rem;
+ bottom: -11rem;
display: flex;
height: 345px; /* can hold enhanced cards */
left: 50%;
@@ -9,7 +9,7 @@
transition: 0.5s
}
.hand:hover {
- bottom: 1rem;
+ bottom: 4rem;
}
.hand-card {
@@ -20,7 +20,7 @@
.hand-card .hand-card-img {
border-radius: 0.5rem;
- box-shadow: 0 0 10px black;
+ box-shadow: 2px 2px 5px black;
grid-row: 1;
grid-column: 1;
opacity: 1;
bgstack15