tsplot/assets/main.css

30 lines
312 B
CSS

#range-controls {
display: flex;
}
#timerange {
width: 30%;
}
#range_count {
width: 30%;
}
.checklist-container {
display:flex;
flex-direction:column;
}
@media (max-width: 1080px) {
.checklist-container {
font-size: 24pt;
}
.checklist-input {
width: 36pt;
height: 36pt;
}