Created the GameCreation index styles.sass

This commit is contained in:
Mathias Wagner 2023-06-09 02:23:07 +02:00
parent 3a53126876
commit a92eda480b

View 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