bunti/src/main/webapp/resources/css/styles.css

25 lines
333 B
CSS

@CHARSET "UTF-8;
#tabs {
height: 500px;
}
.circle {
width: 60px;
height: 37px;
border-radius: 36px;
border: 2px solid black;
text-align: center;
padding-top: 23px;
font-size: 12px;
margin: 5px auto;
display: block;
}
.circle.red {
background-color: #ff1732;
}
.buzzer {
width: 95px;
}