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

@@ -1,7 +1,30 @@
.identify-container {
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
.error-message-container {
width: 70vw;
background-color: #D17262;
display: flex;
justify-content: center;
align-items: center;
p {
margin: 2vw;
color: #ffffff;
@include titleFont();
user-select: none;
font-size: 22pt;
}
}
.identify {
width: 70vw;