use highest common factor of requested intervals. this will still suck if we have e.g. intervals of 333 and 1000, we could probably refine it a bit. no interval over 3s cares about millisecond precision
14 lines
162 B
CSS
14 lines
162 B
CSS
.indicator {
|
|
background-color: #ff00ff;
|
|
}
|
|
.indicator.yellow {
|
|
background-color: #ff0;
|
|
}
|
|
|
|
box.hey {
|
|
font-size: 18px;
|
|
}
|
|
label {
|
|
margin: 0px 12px;
|
|
}
|