1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Multiple improvements

This commit is contained in:
tobspr
2020-05-17 10:07:20 +02:00
parent ce8640195a
commit 13c6fc7598
26 changed files with 360 additions and 208 deletions

View File

@@ -3,20 +3,21 @@
@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;
background: rgba(lighten(#f77, 5), 0.95);
@include S(border-radius, 2px);
@include S(padding, 6px, 10px);
@include SuperSmallText;
color: #fff;
display: flex;
align-items: center;
// color: #f77;
.keybinding {
vertical-align: middle;
@include S(margin, 0, 4px);
position: relative;
top: unset;
left: unset;
right: unset;
bottom: unset;
@include S(margin-top, -2px);
}
}

View File

@@ -54,8 +54,8 @@ ingame_HUD_PinnedShapes,
ingame_HUD_buildings_toolbar,
ingame_HUD_GameMenu,
ingame_HUD_KeybindingOverlay,
ingame_HUD_MassSelector,
ingame_HUD_Notifications,
ingame_HUD_MassSelector,
// Overlays
ingame_HUD_BetaOverlay,