fixed webpack and some css, added loop baking

This commit is contained in:
Daniel Ledda
2022-02-27 18:50:26 +01:00
parent 7b4bd7c5f4
commit 352f6d6b9a
5 changed files with 28 additions and 8 deletions

View File

@@ -69,7 +69,9 @@
width: 2em;
height: 2em;
cursor: pointer;
-webkit-mask-image: url(./drawing.svg);
mask-image: url(./drawing.svg);
-webkit-mask-size: 2em;
mask-size: 2em;
background-color: var(--color-ui-neutral-dark);
}
@@ -79,7 +81,9 @@
width: 2em;
height: 2em;
cursor: pointer;
-webkit-mask-image: url(./rotate.svg);
mask-image: url(./rotate.svg);
-webkit-mask-size: 2em;
mask-size: 2em;
background-color: var(--color-ui-neutral-dark);
}