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:
@@ -57,6 +57,15 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
> .buildingsButton {
|
||||
display: grid;
|
||||
align-items: center;
|
||||
@include S(margin-top, 4px);
|
||||
> button {
|
||||
@include SuperSmallText;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
> .section {
|
||||
display: grid;
|
||||
@include S(grid-gap, 10px);
|
||||
@include S(grid-gap, 5px);
|
||||
grid-auto-flow: row;
|
||||
|
||||
> button {
|
||||
|
||||
Reference in New Issue
Block a user