fixed webpack and some css, added loop baking
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user