diff options
Diffstat (limited to 'styles/game.css')
-rw-r--r-- | styles/game.css | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/styles/game.css b/styles/game.css new file mode 100644 index 0000000..ae8c3ff --- /dev/null +++ b/styles/game.css @@ -0,0 +1,34 @@ +.outcomeDialog .inner > * { + margin-top: var(--spacing-medium); +} + +.outcomeDialog .inner .button { + float: unset; + padding: var(--spacing-medium) var(--spacing-large); +} + +.newGameDialog .inviteButton { + height: 160px; +} + +.newGameDialog .inviteButton.random { + background-color: var(--confirm); +} + +.newGameDialog .inviteButton.link { + background-color: var(--error); +} + +.newGameDialog .inviteButton .icon { + top: var(--spacing-medium); + font-size: 100px; +} + +.newGameDialog .inviteButton .label { + bottom: var(--spacing-medium); +} + +.newGameDialog > div { + margin-top: var(--spacing-large); +} + |