A generic web based timer to use on your brew day! http://brewtimer.brett.is
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

50 lines
702 B

#timers h3{
font-family: 'Offside', cursive;
font-weight: 100;
}
#add-step input, #add-step button, #set-timer input, #set-timer button, #stop-timer button{
margin-top: 6px;
height: 35px;
width: 100%;
}
#stop-timer button{
margin-bottom: 12px;
}
#stop-timer{
display: none;
}
.remove{
font-size: 12px;
}
#list{
min-height: 200px;
}
#list .header h5{
text-decoration: underline;
}
#list h5{
margin: 0;
padding: 0;
line-height: 35px;
text-align: center;
}
.completed{
background-color: rgba(200, 150, 150, 0.8);
}
.current{
background-color: rgba(150, 200, 150, 0.8);
}
#footer .columns{
line-height: 50px;
text-align: center;
}