Begin working on password reset page
This commit is contained in:
parent
d9f30294de
commit
b93b40ba31
8 changed files with 120 additions and 11 deletions
|
@ -16,4 +16,13 @@
|
|||
@apply .opacity-0;
|
||||
transition: opacity 150ms;
|
||||
}
|
||||
|
||||
/** @todo fix this, hides footer stuff */
|
||||
div.route-transition-group {
|
||||
@apply .relative;
|
||||
|
||||
& section {
|
||||
@apply .absolute .w-full .pin-t .pin-l;
|
||||
}
|
||||
}
|
||||
/*! purgecss end ignore */
|
||||
|
|
Reference in a new issue