Login and Register error added, and React.memo added to About this and Header

This commit is contained in:
2021-10-01 18:51:05 -03:00
parent fbcdc8d93d
commit a0d0497008
6 changed files with 78 additions and 14 deletions

View File

@@ -338,8 +338,24 @@
}
.identify-container {
display: flex;
flex-direction: column;
align-items: center;
}
.identify-container .error-message-container {
width: 70vw;
background-color: #D17262;
display: flex;
justify-content: center;
align-items: center;
}
.identify-container .error-message-container p {
margin: 2vw;
color: #ffffff;
font-family: "Raleway", sans-serif;
font-weight: 700;
user-select: none;
font-size: 22pt;
}
.identify-container .identify {
width: 70vw;