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:
parent
8774a21891
commit
a1cc51e7fc
@ -41,12 +41,24 @@
|
|||||||
@include S(height, 22px);
|
@include S(height, 22px);
|
||||||
background-size: 45%;
|
background-size: 45%;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:not(.unlocked) {
|
&:not(.unlocked) {
|
||||||
&::before {
|
&::before {
|
||||||
background-size: #{D(13px)};
|
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;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user