Created the Auth styles.sass
This commit is contained in:
parent
7789362d00
commit
b837295bbb
28
src/states/Auth/styles.sass
Normal file
28
src/states/Auth/styles.sass
Normal file
@ -0,0 +1,28 @@
|
||||
@import "@/common/styles/colors"
|
||||
|
||||
.auth-page
|
||||
display: flex
|
||||
flex-direction: column
|
||||
justify-content: center
|
||||
align-items: center
|
||||
height: 100%
|
||||
gap: 1.5rem
|
||||
|
||||
p
|
||||
color: $gray
|
||||
margin: 0
|
||||
font-weight: 600
|
||||
font-size: 16pt
|
||||
|
||||
.auth-header
|
||||
display: flex
|
||||
align-items: center
|
||||
gap: 1rem
|
||||
|
||||
.auth-header img
|
||||
width: 4.2rem
|
||||
height: 4.2rem
|
||||
|
||||
.auth-header h1
|
||||
margin: 0
|
||||
font-size: 32pt
|
Loading…
x
Reference in New Issue
Block a user