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

Added a button to clear all non fixed buildings in both modes (#1229)

* added the new splitter

* Update base-en.yaml

* added clear buildings button to both game modes

* Minor cleanups and added translation for new button
This commit is contained in:
Sense101
2021-06-24 17:41:37 +01:00
committed by GitHub
parent 6efbdc6ad1
commit 1c23549b39
5 changed files with 70 additions and 7 deletions

View File

@@ -57,6 +57,15 @@
}
}
}
> .buildingsButton {
display: grid;
align-items: center;
@include S(margin-top, 4px);
> button {
@include SuperSmallText;
}
}
}
}
}

View File

@@ -13,7 +13,7 @@
> .section {
display: grid;
@include S(grid-gap, 10px);
@include S(grid-gap, 5px);
grid-auto-flow: row;
> button {