fix: change background for the card placeholder image (#92)

This commit is contained in:
João Peixoto
2021-03-23 14:44:46 +00:00
committed by GitHub
parent ef87a799a1
commit a282cd8b69
@@ -86,7 +86,9 @@ export default {
}
.v-lazy-image[src='/card-placeholder.png'],
.v-lazy-image[src='card-placeholder.png'],
.v-lazy-image-loaded {
@apply bg-gray;
animation: fade-in 0.7s ease-in-out forwards;
}
</style>