17 lines
238 B
Sass
17 lines
238 B
Sass
@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 |