Created the Waiting styles.sass
This commit is contained in:
parent
7953aa3e93
commit
5a2d375c72
30
client/src/pages/Game/states/Waiting/styles.sass
Normal file
30
client/src/pages/Game/states/Waiting/styles.sass
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
@import "@styles/colors"
|
||||||
|
|
||||||
|
.waiting-state
|
||||||
|
display: flex
|
||||||
|
width: 100%
|
||||||
|
justify-content: space-around
|
||||||
|
|
||||||
|
.waiting-area
|
||||||
|
display: flex
|
||||||
|
flex-direction: column
|
||||||
|
width: 21rem
|
||||||
|
text-align: center
|
||||||
|
|
||||||
|
svg
|
||||||
|
font-size: 4rem
|
||||||
|
|
||||||
|
span
|
||||||
|
color: $primary
|
||||||
|
|
||||||
|
.info-area
|
||||||
|
padding: 1rem
|
||||||
|
width: 20rem
|
||||||
|
|
||||||
|
h2
|
||||||
|
margin: 0
|
||||||
|
p
|
||||||
|
margin-bottom: 0
|
||||||
|
span
|
||||||
|
color: $primary
|
||||||
|
font-weight: 800
|
Loading…
x
Reference in New Issue
Block a user