This repository has been archived on 2021-02-20. You can view files and clone it, but cannot push or open issues or pull requests.
shapez.io/src/css/ingame_hud/debug_info.scss

11 lines
198 B
SCSS
Raw Normal View History

2020-05-18 12:53:01 +02:00
#ingame_HUD_DebugInfo {
position: absolute;
@include S(bottom, 5px);
@include S(left, 5px);
font-size: 15px;
display: flex;
line-height: 15px;
flex-direction: column;
}