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/mass_selector.scss

21 lines
427 B

#ingame_HUD_MassSelector {
position: absolute;
@include S(top, 50px);
left: 50%;
transform: translateX(-50%);
@include S(width, 300px);
background: #f77;
@include S(border-radius, 4px);
@include S(padding, 10px);
@include PlainText;
color: #fff;
.keybinding {
position: relative;
top: unset;
left: unset;
right: unset;
bottom: unset;
}
}