mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-06-13 13:04:03 +00:00
9 lines
186 B
SCSS
9 lines
186 B
SCSS
#ingame_HUD_BetaOverlay {
|
|
position: fixed;
|
|
@include S(top, 10px);
|
|
@include S(right, 15px);
|
|
color: $colorRedBright;
|
|
@include Heading;
|
|
text-transform: uppercase;
|
|
}
|