emile 2 days ago
parent 608d71dcbc
commit af75496d8d

@ -49,10 +49,10 @@
class="w-full md:w-fit text-base px-3 py-2 bg-osiblue text-white outline-none border border-osiblue rounded-md cursor-pointer hover:bg-white hover:text-osiblue duration-300">Add class="w-full md:w-fit text-base px-3 py-2 bg-osiblue text-white outline-none border border-osiblue rounded-md cursor-pointer hover:bg-white hover:text-osiblue duration-300">Add
Ticket</button> Ticket</button>
</a> </a>
<a href="{% url 'addservice_with_customer' customer.id %}" class="w-full s:w-fit"> <a href="{% url 'addservice_with_customer' customer.id %}" class="w-full md:w-fit">
<button <button
class="w-full s:w-fit px-5 py-2 bg-white text-secondosiblue border border-white rounded-md cursor-pointer hover:bg-secondosiblue hover:text-white duration-300 hidden" class="w-full md:w-fit text-base px-3 py-2 bg-osiblue text-white outline-none border border-osiblue rounded-md cursor-pointer hover:bg-white hover:text-osiblue duration-300"
id="addServiceButton">Add >Add
Service</button> Service</button>
</a> </a>

Loading…
Cancel
Save