From 10ffcf9509b98476094a921f9a5b46c22f07e844 Mon Sep 17 00:00:00 2001 From: Dennis Heinrich Date: Thu, 10 Apr 2025 20:32:57 +0200 Subject: [PATCH] Animation beim antippen oder klicken der Produktboxen --- assets/style/stylesheet.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/style/stylesheet.css b/assets/style/stylesheet.css index ed987d8..bead796 100644 --- a/assets/style/stylesheet.css +++ b/assets/style/stylesheet.css @@ -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 */