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

Add building speed infos to all buildings

This commit is contained in:
tobspr
2020-05-17 15:32:19 +02:00
parent 97f52f509b
commit d58d15ef8c
23 changed files with 243 additions and 36 deletions

View File

@@ -40,6 +40,17 @@
}
}
.additionalInfo {
display: grid;
grid-template-columns: auto 1fr;
label {
color: lighten($colorGreenBright, 10);
font-weight: bold;
@include S(margin-right, 5px);
}
}
.hotkey {
color: lighten($colorGreenBright, 10);
font-weight: bold;