mirror of
https://github.com/FranP-code/Hangman-game-with-React.git
synced 2025-10-13 00:42:32 +00:00
Error message component and form logic done
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user