You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tobspr_shapez.io/src/css/ingame_hud/debug_info.scss

20 lines
365 B

#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;
&:not([data-mode="full"]) {
.mousePosition,
.cameraPosition {
display: none;
}
}
}