From 65cc8a6f36f005bea0f3746f71590aa723165ad6 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sat, 18 Nov 2023 23:40:45 +0100 Subject: [PATCH] Created the Game styles.sass --- client/src/pages/Game/styles.sass | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 client/src/pages/Game/styles.sass diff --git a/client/src/pages/Game/styles.sass b/client/src/pages/Game/styles.sass new file mode 100644 index 0000000..0948bd8 --- /dev/null +++ b/client/src/pages/Game/styles.sass @@ -0,0 +1,17 @@ +@import "@styles/colors" + +.game-page + height: 100% + display: flex + align-items: center + justify-content: center + + + .hint + text-align: center + font-size: 28pt + font-weight: 700 + width: 50rem + + span + color: $primary \ No newline at end of file