Challenge Start overlay, keyer enable on clock start

This commit is contained in:
Gene Mecija 2020-02-04 01:04:52 -08:00
parent c4f66724f8
commit 6cbc0cacb8
6 changed files with 25 additions and 30 deletions

View file

@ -419,7 +419,7 @@ i[class*="ri-"] {
width: 100%;
height: 100%;
z-index: 100;
background-color: darkgoldenrod;
background-color: rgba(0, 0, 0, 0.3);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
@ -431,8 +431,8 @@ i[class*="ri-"] {
align-items: center;
}
#challenge-overlay:hover {
background-color: transparent;
#challenge-overlay.hide {
display: none;
}
#challenge-overlay .notify {

File diff suppressed because one or more lines are too long