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

Preparations for the trailer

This commit is contained in:
tobspr
2020-05-30 17:50:29 +02:00
parent 88a1c733bd
commit ffd011ac45
20 changed files with 320 additions and 26 deletions

View File

@@ -143,6 +143,12 @@
cursor: default;
}
&.unlocked {
&::after {
animation: none !important;
}
}
&::after {
content: " ";
display: inline-block;
@@ -153,7 +159,7 @@
bottom: 0;
background: rgba(0, 10, 20, 0.8);
@include InlineAnimation(10s linear) {
@include InlineAnimation(5s linear) {
0% {
left: 0;
}

View File

@@ -102,7 +102,9 @@ body.uiHidden {
#ingame_HUD_MassSelector,
#ingame_HUD_PinnedShapes,
#ingame_HUD_Notifications,
#ingame_HUD_TutorialHints {
#ingame_HUD_TutorialHints,
#ingame_HUD_Waypoints,
#ingame_HUD_Waypoints_Hint {
display: none !important;
}
}

View File

@@ -228,7 +228,7 @@
@include S(grid-column-gap, 5px);
@include S(grid-row-gap, 3px);
.internalId {
.playtime {
grid-column: 1 / 2;
grid-row: 2 / 3;
@include SuperSmallText;