0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-10 15:42:39 +00:00

Custom icons for image masks in general

This commit is contained in:
Trevor Buckner
2023-02-07 15:36:52 -05:00
parent c430e5a92b
commit 0355b52021
4 changed files with 140 additions and 2 deletions

View File

@@ -25,3 +25,9 @@
.position-left {
content: url('../icons/position-left.svg');
}
.mask-edge {
content: url('../icons/mask-edge.svg');
}
.mask-corner {
content: url('../icons/mask-corner.svg');
}