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

Update regular layer building descriptions, update artwork

This commit is contained in:
tobspr
2020-09-23 15:20:12 +02:00
parent 1f12e755a9
commit e040a47195
29 changed files with 772 additions and 742 deletions

View File

@@ -344,10 +344,14 @@
align-self: center;
justify-self: center;
@include IncreasedClickArea(0px);
background: #44484a center center / 40% no-repeat;
}
button.resumeGame {
background-color: #44484a;
& {
/* @load-async */
background: #44484a uiResource("icons/play.png") center center / 40% no-repeat;
background-image: uiResource("icons/play.png");
}
}

View File

@@ -11,6 +11,7 @@
@include StyleBelowWidth($layoutBreak) {
grid-template-columns: 1fr;
grid-template-rows: auto 1fr;
}
.sidebar {