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

Implement color inverter building

This commit is contained in:
tobspr
2020-07-02 18:16:04 +02:00
parent a77911263d
commit d75fb184a4
7 changed files with 91 additions and 2 deletions

View File

@@ -38,8 +38,11 @@
}
.additionalOptions {
display: flex;
flex-direction: column;
@include S(margin-top, 10px);
button {
@include S(margin-bottom, 2px);
@include IncreasedClickArea(0px);
@include SuperSmallText;
}