add hangman dictionnary & input ajustment

This commit is contained in:
2020-04-11 17:26:44 +02:00
parent c7d4e69149
commit 37c4c2c090
11 changed files with 64 additions and 57 deletions

View File

@@ -1,20 +1,5 @@
.game-index {
display: flex;
flex-wrap: wrap;
margin-top: 3rem;
}
.game-index-item {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 18rem;
height: 18rem;
background-color: $light;
text-decoration: none;
.card {
&:hover {
text-decoration: underline;
}
}

View File

@@ -11,6 +11,10 @@
justify-content: space-between;
}
.dic-select {
min-height: 6rem;
}
.figure-container {
fill: transparent;
stroke: $mediumDark;