Created the GameCreation index styles.sass
This commit is contained in:
parent
3a53126876
commit
a92eda480b
25
webui/src/pages/GameCreation/styles.sass
Normal file
25
webui/src/pages/GameCreation/styles.sass
Normal file
@ -0,0 +1,25 @@
|
||||
@import "@/common/styles/colors"
|
||||
|
||||
.game-wrapper
|
||||
display: flex
|
||||
flex-direction: column
|
||||
justify-content: center
|
||||
margin-top: 2.5rem
|
||||
align-items: center
|
||||
|
||||
.title-area
|
||||
display: flex
|
||||
|
||||
.creation-area
|
||||
margin: 15vh
|
||||
display: flex
|
||||
flex-wrap: wrap
|
||||
gap: 16vw
|
||||
|
||||
.settings-area
|
||||
background-color: $background
|
||||
backdrop-filter: blur(10px)
|
||||
border: 2px solid $border
|
||||
border-radius: 0.8rem
|
||||
width: 18rem
|
||||
height: 30rem
|
Loading…
x
Reference in New Issue
Block a user