humus-old/client/ui/debug/timers.raw.scss
2019-09-22 22:30:26 -05:00

47 lines
485 B
SCSS

.section-title {
font-size: 6px;
}
.timers {
right: 4px;
position: absolute;
color: white;
font-size: 4px;
bottom: 4px;
border: 1px solid white;
padding: 1px;
> div {
padding: 0.75px 1.75px;
}
}
.tps:before {
content: 'TPS: ';
}
.rps:before {
content: 'RPS: ';
}
.count {
margin-right: 2px;
}
.jitter::before {
content: '+/-: ';
}
.down, .up {
display: inline-block;
width: 16px;
}
.down {
margin-right: 2px;
}
.up {
margin: 0px 2px;
}