style: icons svg

This commit is contained in:
2025-01-16 15:16:31 -03:00
parent 137f5510f8
commit cf73dba143
13 changed files with 67 additions and 38 deletions

View File

@@ -69,8 +69,8 @@ Detalhes {{comanda.name}}
<img
onclick="openModalAlter()"
src="{% static 'midia/icons/edit.svg' %}"
style="width: 35px; height: 35px; cursor: pointer;">
src="{% static 'midia/icons/pen.svg' %}"
style="width: 30px; height: 35px; cursor: pointer;">
</img>
</div>
@@ -92,8 +92,8 @@ Detalhes {{comanda.name}}
{% 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 %}