Scoresheet: Add characters

This commit is contained in:
LoveEevee
2019-01-01 04:16:55 +03:00
parent 47e939a77c
commit 9e8242b136
6 changed files with 241 additions and 21 deletions

View File

@@ -80,3 +80,17 @@
background: #fff;
border-color: #ae7a26;
}
.touch-results #touch-pause-btn{
display: none;
}
#fade-screen{
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: transparent;
pointer-events: none;
z-index: 2;
transition: 1s background-color linear;
}