initial migration

This commit is contained in:
2022-12-15 20:04:18 -03:00
parent e8268c80e1
commit bfd1235fce
16 changed files with 522 additions and 0 deletions

29
public/css/auth.css Normal file
View File

@@ -0,0 +1,29 @@
.request-success {
display: flex;
align-items: center;
background-color: #ffebcd;
padding: 3vh 0px 3vh 2vw;
user-select: all;
-webkit-user-select: all;
}
.request-success code {
overflow-wrap: anywhere;
}
.request-success img {
width: 50px;
margin-right: 3vw;
user-select: none;
}
.request-error {
color: rgb(143, 0, 0)
}