0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-08 22:32:41 +00:00

Update custom position icons

This commit is contained in:
Trevor Buckner
2023-02-07 09:56:03 -05:00
parent 33c8291a55
commit d02fcc9252
9 changed files with 377 additions and 4 deletions

View File

@@ -13,3 +13,15 @@
.position-bottom-right {
content: url('../icons/position-bottom-right.svg');
}
.position-top {
content: url('../icons/position-top.svg');
}
.position-right {
content: url('../icons/position-right.svg');
}
.position-bottom {
content: url('../icons/position-bottom.svg');
}
.position-left {
content: url('../icons/position-left.svg');
}