Animation beim antippen oder klicken der Produktboxen

This commit is contained in:
Dennis Heinrich 2025-04-10 20:32:57 +02:00
parent 16c9cc1f8a
commit 10ffcf9509

View file

@ -105,6 +105,10 @@
.product-box small[data-attr=price] {
font-weight: 400;
}
/* Make the product box clickable */
&:active{
transform:scale(0.96);
}
}
}
/* When using dark mode, use info color for price */