mirror of
https://github.com/FranP-code/Pomodoro-Timer-with-Clockify-integration.git
synced 2025-10-12 23:52:30 +00:00
Login and Register error added, and React.memo added to About this and Header
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user