desktop event page
This commit is contained in:
parent
1b97ad43d7
commit
c81e9d5cac
|
|
@ -1609,7 +1609,10 @@ input.reserved-seats ~ label svg {
|
|||
margin: 3px;
|
||||
border-top-right-radius: 10px;
|
||||
font-size: 1.25rem;
|
||||
border-top-left-radius: 10px; }
|
||||
border-top-left-radius: 10px;
|
||||
display: block;
|
||||
width: fit-content;
|
||||
float: left}
|
||||
|
||||
#confirm-seats {
|
||||
font-size: 1.25rem;
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
{!! Form::hidden('event_id', $event->id) !!}
|
||||
|
||||
<h3> @lang("Public_ViewEvent.your_information")</h3>
|
||||
<h4> @lang("Public_ViewEvent.your_information")</h4>
|
||||
|
||||
<div class="form-row">
|
||||
<div class="col-6">
|
||||
|
|
@ -46,7 +46,7 @@
|
|||
<div class="row mt-3">
|
||||
<div class="col-md-12">
|
||||
<div class="ticket_holders_details" >
|
||||
<h3>@lang("Public_ViewEvent.ticket_holder_information")</h3>
|
||||
<h4>@lang("Public_ViewEvent.ticket_holder_information")</h4>
|
||||
<?php
|
||||
$total_attendee_increment = 0;
|
||||
?>
|
||||
|
|
@ -56,9 +56,9 @@
|
|||
<div class="card card-info my-2">
|
||||
|
||||
<div class="card-header">
|
||||
<h4 class="card-title text-center">
|
||||
<h5 class="card-title text-center">
|
||||
@lang("Public_ViewEvent.ticket_holder_n", ["n"=>$seat]) {{$ticket['ticket']['title']}}
|
||||
</h4>
|
||||
</h5>
|
||||
</div>
|
||||
<div class="card-body px-5">
|
||||
<div class="row">
|
||||
|
|
|
|||
|
|
@ -113,9 +113,9 @@
|
|||
</div>
|
||||
<div class="checked-seats" style="padding: 50px 0; text-align: center">
|
||||
<h5 class="text-center">{{__("ClientSide.yourSeats")}}:</h5>
|
||||
<div class="your-selected-seats" style="text-align: center; margin-bottom: 50px">
|
||||
<div class="your-selected-seats" style="width: fit-content; text-align: center; margin: auto; margin-bottom: 50px">
|
||||
</div>
|
||||
{!!Form::submit(trans("ClientSide.confirm-seats"), ['id' => 'confirm-seats'])!!}
|
||||
{!!Form::submit(trans("ClientSide.confirm-seats"), ['id' => 'confirm-seats', 'style' => 'margin-top: 20px'])!!}
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue