image background card product

This commit is contained in:
2025-07-05 19:52:15 -03:00
parent b969ea6663
commit eb76e91066
7 changed files with 74 additions and 37 deletions

View File

@@ -16,6 +16,8 @@
<td id="price-{{product.id}}" >R$ {{product.price}}</td>
<td class="hide-on-mobile" id="quantity-{{product.id}}" >{{product.quantity}}</td>
<td class="hide-on-mobile" id="category-{{product.id}}" >{{product.category.name}}</td>
<td hidden class="hide-on-mobile" id="image-{{product.id}}" >{{product.image}}</td>
<td>
<div class="grid-buttons">
<img