Switch to easytimer lib (so we can pause!)

This commit is contained in:
Ross
2020-04-30 23:04:22 +01:00
parent 38138600fc
commit e75294f97e
5 changed files with 65 additions and 75 deletions
+12 -1
View File
@@ -821,6 +821,10 @@ select option:disabled {
opacity: 25%;
}
#timer:hover:before {
content: "⏸"
}
.sk-cube-grid {
width: 60px;
height: 60px;
@@ -909,4 +913,11 @@ display: block
.answer-sub {
opacity: 50%;
text-align: center;
}
}
#resume-exam-button {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}