mirror of
https://github.com/cloudmaker97/DurstRechner.git
synced 2025-12-05 23:48:39 +00:00
Animation beim antippen oder klicken der Produktboxen
This commit is contained in:
parent
16c9cc1f8a
commit
10ffcf9509
1 changed files with 4 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue