[DE] units for zero was cleared in app.css during deployment

This commit is contained in:
Maxim Kadushkin 2019-10-08 14:59:26 +03:00
parent 334539e870
commit dea4d0a4c1

View file

@ -70,7 +70,8 @@
.loop((@counter - 1));
li:nth-child(@{counter}) > a.item-contents {
div {
background-position: 0 calc(~"var(--bckgHOffset) - " (@counter - 1)*@contents-menu-item-height);
@incr-height: (@counter - 1)*@contents-menu-item-height;
background-position: 0 ~"calc(var(--bckgHOffset) - @{incr-height})";
}
}
}