chore: renames pages to views
This commit is contained in:
15
packages/next/src/views/ResetPassword/index.scss
Normal file
15
packages/next/src/views/ResetPassword/index.scss
Normal 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%;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user