style: paleta de cores

This commit is contained in:
2025-01-20 15:32:05 -03:00
parent 203c7345fb
commit 4df3c6e8a8
14 changed files with 85 additions and 70 deletions

View File

@@ -4,7 +4,7 @@
<article
onclick="addProductComanda({{product.id}})"
style="background-color: #293552;"
class="card-product"
hx-get="{% url 'addProduct' product.id comanda_id %} "
hx-trigger="click"
hx-target="#list-products-comanda">

View File

@@ -7,7 +7,7 @@
<article
name="productBox"
id="productId-{{ product.id }}"
style="background-color: #293552;"
class="card-product"
onclick="addProductClick({{product.id}} )"
>
<p hidden id="{{forloop.counter0}}" >{{product.id}}</p>
@@ -21,7 +21,7 @@
<article
name="productBox"
id="productId-{{ product.id }}"
style="background-color: #293552;"
class="card-product"
onclick="addProductClick({{product.id}})"
>
{{product.name}} <br>

View File

@@ -14,8 +14,8 @@
{% if item.product.cuisine == True %}
<img
onclick="openModalObs({{item.id}})"
src="{% static 'midia/icons/edit.svg' %}"
style="width: 35px; height: 35px; cursor: pointer;">
src="{% static 'midia/icons/note.svg' %}"
style="width: 25px; height: 35px; cursor: pointer;">
</img>
{% endif %}