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

20 lines
407 B

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