|
|
|
@ -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
|
|
|
|
|
Ticket</button>
|
|
|
|
|
</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
|
|
|
|
|
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"
|
|
|
|
|
id="addServiceButton">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
|
|
|
|
|
Service</button>
|
|
|
|
|
</a>
|
|
|
|
|
|
|
|
|
|