diff --git a/src/states/Auth/styles.sass b/src/states/Auth/styles.sass new file mode 100644 index 0000000..67851b9 --- /dev/null +++ b/src/states/Auth/styles.sass @@ -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 \ No newline at end of file