Files
myDrive/src/styles/components/_VerifyEmailPage.scss
T
2020-11-23 21:51:08 -05:00

12 lines
189 B
SCSS

.verify-page__wrapper {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100vw;
height: 100vh;
}
.verify-page__title {
}