1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-13 13:04:03 +00:00
tobspr_shapez.io/src/css/ingame_hud/debug_info.scss

13 lines
239 B
SCSS

#ingame_HUD_DebugInfo {
position: absolute;
@include S(bottom, 5px);
@include S(right, 5px);
text-align: right;
font-size: 15px;
display: flex;
line-height: 15px;
flex-direction: column;
color: #fff;
}