Created the Login styles.sass

This commit is contained in:
Mathias Wagner 2023-04-17 22:26:36 +02:00
parent 76a94f2c83
commit 1e4af7d739
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -0,0 +1,36 @@
@import "@styles/colors"
.center-page
display: flex
flex-direction: column
align-items: center
justify-content: center
height: 100vh
.login-container
display: flex
flex-direction: column
align-items: center
justify-content: center
background-color: $background-opacity
backdrop-filter: blur(5rem)
border: 1px solid #515663
border-radius: 10px
padding: 1rem 3rem
.login-header
display: flex
gap: 1rem
align-items: center
.login-header img
width: 4rem
height: 4rem
.login-header
color: $white
.login-header h1
margin: 0
font-weight: 700