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