fix(ui): fix sass warnings

This commit is contained in:
Łukasz Mierzwa
2021-06-24 13:03:12 +01:00
committed by Łukasz Mierzwa
parent 0db337a128
commit 3913e944ea
+1 -1
View File
@@ -62,7 +62,7 @@ $pixSize: math.div($fetcherWidth, 5);
}
$tx: (($pixSize * 2) * $num);
$ty: (($pixSize * 2) * (floor(($i - 1)/3)));
$ty: (($pixSize * 2) * (floor(math.div(($i - 1), 3))));
&:nth-of-type(#{$i}) {
transform: translate($tx, $ty);