mirror of
https://github.com/FranP-code/Hangman-game-with-React.git
synced 2025-10-13 00:42:32 +00:00
Delete word done
This commit is contained in:
@@ -108,6 +108,13 @@
|
||||
|
||||
&.delete-word {
|
||||
|
||||
.loading {
|
||||
|
||||
position: absolute;
|
||||
top: 25vh;
|
||||
height: 30vh;
|
||||
}
|
||||
|
||||
form {
|
||||
|
||||
select {
|
||||
|
||||
@@ -63,6 +63,7 @@
|
||||
transition: ease-in-out 0.4s;
|
||||
transform: scale(1.1);
|
||||
|
||||
border-bottom: 3px solid rgb(126, 126, 126);
|
||||
}
|
||||
|
||||
&:hover {
|
||||
|
||||
Reference in New Issue
Block a user