diff options
author | jbion <joffrey.bion@amadeus.com> | 2019-02-23 05:03:31 +0100 |
---|---|---|
committer | jbion <joffrey.bion@amadeus.com> | 2019-02-23 05:42:16 +0100 |
commit | 10646b1fe23b89a139e9e013ddf047b5fc11b99f (patch) | |
tree | c254c10bcb03f113236f4e2bc0b7ede70f7c081f /frontend/src/components/game/GameScene.css | |
parent | Send last card prepared event (diff) | |
download | seven-wonders-10646b1fe23b89a139e9e013ddf047b5fc11b99f.tar.gz seven-wonders-10646b1fe23b89a139e9e013ddf047b5fc11b99f.tar.bz2 seven-wonders-10646b1fe23b89a139e9e013ddf047b5fc11b99f.zip |
Improve GameScene by showing the hand
Diffstat (limited to 'frontend/src/components/game/GameScene.css')
-rw-r--r-- | frontend/src/components/game/GameScene.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/frontend/src/components/game/GameScene.css b/frontend/src/components/game/GameScene.css new file mode 100644 index 00000000..525e68fa --- /dev/null +++ b/frontend/src/components/game/GameScene.css @@ -0,0 +1,13 @@ +.gameSceneRoot { + background: url('background-papyrus.jpg') center no-repeat; + background-size: cover; +} + +.fullscreen { + position: fixed; + top: 0; + left: 0; + bottom: 0; + right: 0; + overflow: auto; +} |