Error message component and form logic done

This commit is contained in:
2021-10-22 12:15:24 -03:00
parent d1a428a3e9
commit 3d09def619
12 changed files with 279 additions and 17 deletions

View File

@@ -457,11 +457,25 @@ header .redirect-button:hover {
border-bottom: 0;
border: 1px solid #797979;
}
.form-container .loading {
opacity: 70%;
}
@media (min-width: 991.98px) {
.form-container {
margin: 0px 20vw;
}
}
.message-container {
padding: 4vh 5vw;
display: flex;
justify-content: center;
align-items: center;
background-color: #ff4e4e;
}
.message-container h2 {
color: #fff;
margin: 0;
}
/*# sourceMappingURL=index.css.map */