mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-06-13 13:04:03 +00:00
13 lines
239 B
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;
|
|
}
|