chore: renames pages to views

This commit is contained in:
Jacob Fletcher
2024-03-04 10:07:44 -05:00
parent bef3ebf9cc
commit 8b29723317
156 changed files with 17 additions and 18 deletions

View File

@@ -0,0 +1,15 @@
.reset-password {
display: flex;
align-items: center;
flex-wrap: wrap;
min-height: 100vh;
&__wrap {
margin: 0 auto var(--base);
width: 100%;
svg {
width: 100%;
}
}
}