replace user buzzer with big red button
This commit is contained in:
parent
df4da0997a
commit
e197c2364f
3 changed files with 111 additions and 34 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue