Improving modal text
This commit is contained in:
parent
1d8753764f
commit
97d7420f17
|
|
@ -1,6 +1,6 @@
|
|||
{{define "content"}}
|
||||
<h1 class="text-3xl font-bold mb-4 text-gray-800">Quotes Expiring</h1>
|
||||
<div class="px-8">
|
||||
<div class="px-4">
|
||||
<!-- Expiring Soon Section -->
|
||||
<h2 class="text-xl font-semibold mt-6 mb-2">Expiring Soon</h2>
|
||||
<table class="w-full border text-center align-middle mt-1">
|
||||
|
|
@ -170,8 +170,8 @@
|
|||
<div class="flex items-center justify-center w-12 h-12 mx-auto bg-cmcblue rounded-full">
|
||||
<i class="fas fa-envelope text-white text-xl"></i>
|
||||
</div>
|
||||
<h3 class="text-lg leading-6 font-medium text-gray-900 text-center mt-4">Send Email Reminder</h3>
|
||||
<div class="mt-2 px-7 py-3">
|
||||
<h3 class="text-lg leading-6 font-large font-bold text-gray-900 text-center mt-4">Are you sure?</h3>
|
||||
<div class="px-7 py-3">
|
||||
<p class="text-sm text-gray-600 text-center">
|
||||
Send <strong id="modalReminderType"></strong> for enquiry <strong id="modalEnquiryRef"></strong> to <strong id="modalCustomerName"></strong>?
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue