Ordentliche GameEnded-Seite

This commit is contained in:
silas
2018-09-22 01:02:55 +02:00
parent aa3e6e8629
commit a6f7fa8c3e
14 changed files with 38 additions and 18 deletions

View File

@@ -264,13 +264,13 @@ $animationDuration: 0.25s;
}
.level-container {
height: 100%;
//flex: 1;
transition: none;
}
.won {
.level-container {
height: 60%;
//height: 60%;
}
.show-when-won {
//visibility: initial;
@@ -283,3 +283,6 @@ $animationDuration: 0.25s;
.text-right {
text-align: right;
}
#continue-button{
margin-bottom: 2px;
}