mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-12-16 19:51:50 +00:00
28 lines
492 B
SCSS
28 lines
492 B
SCSS
|
|
#ingame_HUD_Waypoints {
|
||
|
|
position: absolute;
|
||
|
|
@include S(right, 10px);
|
||
|
|
@include S(bottom, 100px);
|
||
|
|
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
|
||
|
|
@include PlainText;
|
||
|
|
@include S(width, 150px);
|
||
|
|
background: rgba(0, 10, 20, 0.5);
|
||
|
|
@include S(padding, 5px);
|
||
|
|
|
||
|
|
color: #eee;
|
||
|
|
|
||
|
|
.desc {
|
||
|
|
@include SuperSmallText;
|
||
|
|
color: #babcbf;
|
||
|
|
.keybinding {
|
||
|
|
position: relative;
|
||
|
|
}
|
||
|
|
|
||
|
|
strong {
|
||
|
|
color: #fff;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|