Created the Join styles.sass
This commit is contained in:
parent
52da8cd528
commit
b01a4b1c0a
@ -0,0 +1,26 @@
|
|||||||
|
@import "@styles/colors"
|
||||||
|
|
||||||
|
.join-page
|
||||||
|
display: flex
|
||||||
|
align-items: center
|
||||||
|
justify-content: center
|
||||||
|
height: 100%
|
||||||
|
flex-direction: column
|
||||||
|
gap: 1rem
|
||||||
|
|
||||||
|
.waiting-icon
|
||||||
|
font-size: 3rem
|
||||||
|
|
||||||
|
input
|
||||||
|
padding: 0.8rem 1rem
|
||||||
|
width: 14rem
|
||||||
|
font-size: 1rem
|
||||||
|
color: $text
|
||||||
|
|
||||||
|
.input-area
|
||||||
|
h3
|
||||||
|
margin: 0 0 0.5rem 0
|
||||||
|
font-size: 1.2rem
|
||||||
|
|
||||||
|
.game-end
|
||||||
|
text-align: center
|
Loading…
x
Reference in New Issue
Block a user