replace user buzzer with big red button

This commit is contained in:
ducklet 2021-03-02 20:02:54 +01:00
parent df4da0997a
commit e197c2364f
3 changed files with 111 additions and 34 deletions

View file

@ -73,8 +73,20 @@ ul {
align-items: center;
width: 100%;
height: 90%;
flex-direction: column;
text-align: center;
}
#active {
color: red;
#buzzbutton {
width: 200px;
height: 200px;
background-color: red;
border-radius: 100%;
font-size: 1em;
}
#buzzbutton .active {
display: none;
}
.inactive {
color: #c00;
font-size: 2em;
}