1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-13 13:04:03 +00:00

Added lock for secondary toolbar (maybe for future)

This commit is contained in:
DJ1TJOO 2021-05-23 13:42:27 +02:00
parent 8774a21891
commit a1cc51e7fc

View File

@ -41,12 +41,24 @@
@include S(height, 22px);
background-size: 45%;
}
&:not(.unlocked) {
&::before {
background-size: #{D(13px)};
}
}
&.unlocked {
.puzzle-lock {
& {
/* @load-async */
background: uiResource("locked_building.png") center center / #{D(11px)} #{D(
11px
)} no-repeat;
}
@include S(margin-left, 14px);
bottom: 67px;
}
}
}
}