diff options
author | jbion <joffrey.bion@amadeus.com> | 2019-02-26 20:30:59 +0100 |
---|---|---|
committer | jbion <joffrey.bion@amadeus.com> | 2019-02-26 20:30:59 +0100 |
commit | 6c7724ddd48f518cbee0437fa36b105da3ce5852 (patch) | |
tree | 279d0f625d82c9d3d38d12ac6fce4b303e906f2f /frontend/src/components/game/CardImage.css | |
parent | Fix wonder images aspect ratio (diff) | |
download | seven-wonders-6c7724ddd48f518cbee0437fa36b105da3ce5852.tar.gz seven-wonders-6c7724ddd48f518cbee0437fa36b105da3ce5852.tar.bz2 seven-wonders-6c7724ddd48f518cbee0437fa36b105da3ce5852.zip |
Add board and played cards
Diffstat (limited to 'frontend/src/components/game/CardImage.css')
-rw-r--r-- | frontend/src/components/game/CardImage.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/frontend/src/components/game/CardImage.css b/frontend/src/components/game/CardImage.css new file mode 100644 index 00000000..795c1503 --- /dev/null +++ b/frontend/src/components/game/CardImage.css @@ -0,0 +1,4 @@ +.card-img { + border-radius: 5%; + box-shadow: 2px 2px 5px black; +} |