chore(icons): added heart icon

This commit is contained in:
2025-12-16 20:42:27 +01:00
parent 6a3974f899
commit cb6ea1edb2
2 changed files with 19 additions and 0 deletions
+6
View File
@@ -39,3 +39,9 @@
color: #aefff8;
}
}
.icon-heart {
-webkit-mask: url(images/icon-heart.svg) no-repeat center;
mask: url(images/icon-heart.svg) no-repeat center;
mask-size: 1em;
}