Make ticket download on download page stand out (closes #244)

This commit is contained in:
Dave Earley 2016-11-14 21:07:04 +00:00
parent 8afc944fe7
commit 25c917c31a
1 changed files with 5 additions and 1 deletions

View File

@ -41,6 +41,10 @@
color: #656565;
overflow: hidden;
}
.ticket_download_link {
border-bottom: 3px solid;
}
</style>
<section id="order_form" class="container">
@ -51,7 +55,7 @@
</span>
<h1>Thank you for your order!</h1>
<h2>
Your <a href="{{route('showOrderTickets', ['order_reference' => $order->order_reference])}}?download=1">tickets</a> and a confirmation email have been sent to you.
Your <a title="Download Tickets" class="ticket_download_link" href="{{route('showOrderTickets', ['order_reference' => $order->order_reference])}}?download=1">tickets</a> and a confirmation email have been sent to you.
</h2>
</div>
</div>