Created the Login page style
This commit is contained in:
23
admin/src/pages/Login/styles.sass
Normal file
23
admin/src/pages/Login/styles.sass
Normal 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
|
Reference in New Issue
Block a user