Delete word done

This commit is contained in:
2021-10-23 23:02:43 -03:00
parent ad22b8f7b9
commit 8245279999
10 changed files with 269 additions and 14 deletions

View File

@@ -108,6 +108,13 @@
&.delete-word {
.loading {
position: absolute;
top: 25vh;
height: 30vh;
}
form {
select {

View File

@@ -63,6 +63,7 @@
transition: ease-in-out 0.4s;
transform: scale(1.1);
border-bottom: 3px solid rgb(126, 126, 126);
}
&:hover {