+ Added hover effect on heart icon

This commit is contained in:
Alexis
2021-03-29 15:19:10 +02:00
parent 03c7328bfb
commit 88b88281bd

View File

@@ -163,6 +163,9 @@ export default {
will-change: font-size; will-change: font-size;
animation: toggleFavHeart 0.6s cubic-bezier(0.17, 0.89, 0.32, 1.49); animation: toggleFavHeart 0.6s cubic-bezier(0.17, 0.89, 0.32, 1.49);
animation-fill-mode: forwards; animation-fill-mode: forwards;
&:hover {
color: darken(#d01d35, 6%) !important
}
} }
} }
} }