Created the Login page style

This commit is contained in:
2022-12-27 15:27:15 +01:00
parent 9a08f7ba2e
commit 76b7180809

View File

@ -0,0 +1,23 @@
@import "@/common/styles/colors"
.login-container
display: flex
height: 100vh
justify-content: center
align-items: center
.login-wrapper
display: flex
flex-direction: column
gap: 1.5rem
.title
color: $gray
text-align: center
font-size: 53pt
margin-top: 0
margin-bottom: 1rem
.title span
color: $primary
text-decoration: underline