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:
@@ -71,6 +71,10 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.loading {
|
||||
opacity: 70%;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 991.98px) {
|
||||
|
||||
16
public/sass/_message.scss
Normal file
16
public/sass/_message.scss
Normal file
@@ -0,0 +1,16 @@
|
||||
.message-container {
|
||||
|
||||
padding: 4vh 5vw;
|
||||
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
background-color: rgb(255, 78, 78);
|
||||
|
||||
h2 {
|
||||
|
||||
color: #fff;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
@@ -26,4 +26,5 @@ html, body {
|
||||
@import 'loading';
|
||||
@import 'letters-registered';
|
||||
@import 'letter-input';
|
||||
@import 'form';
|
||||
@import 'form';
|
||||
@import 'message';
|
||||
Reference in New Issue
Block a user