mobilee pages under checkout

This commit is contained in:
merdan 2020-02-21 20:50:25 +05:00
parent 0cc2081757
commit f2116a650e
2 changed files with 8 additions and 9 deletions

View File

@ -2370,17 +2370,16 @@ choose_seats_content > div.tab-pane.fade{
#mobile tr.last-tr td {
font-size: 6px; }
#mobile tr td:first-child {
font-size: 8px; }
font-size: 20px; }
#mobile tr {
height: 10px; }
#mobile td {
padding: 0 1px !important;
line-height: 1.1; }
#mobile td label {
margin-bottom: 0 !important; }
#mobile td svg {
width: 10px !important;
height: 10px !important; }
margin: 3px;
width: 30px !important;
height: 30px !important; }
#mobile .seats-top-overlay {
width: 100%;
display: block; }

View File

@ -20,7 +20,7 @@
</li>
@endforeach
</ul>
<div class="row d-flex my-5">
<div class="row my-5">
<span class="text-center" style="width: fit-content; margin: 0 15px; font-size: 18px"><i class="fa fa-circle" style="color: #ebeced; font-size: 13px"></i> {{__('ClientSide.available')}}</span>
<span class="text-center" style="width: fit-content; margin: 0 15px; font-size: 18px"><i class="fa fa-circle" style="color: #69687d; font-size: 13px"></i> {{__('ClientSide.booked')}}</span>
<span class="text-center" style="width: fit-content; margin: 0 15px; font-size: 18px"><i class="fa fa-circle" style="color: #b6b6b6; font-size: 13px"></i> {{__('ClientSide.reserved')}}</span>
@ -73,7 +73,7 @@
<span class="text-danger">@lang("Public_ViewEvent.sales_have_ended")</span>
@else
<meta property="availability" content="http://schema.org/InStock">
<div class="standard-box" style="position: relative; padding: 20px 0">
<div class="standard-box" style="position: relative; padding: 20px 0;overflow: scroll">
<h5 style="font-size: 24px;" class="text-center font-weight-bold">{{$ticket->section->section_no}} <small>{{$ticket->section->description}}</small></h5>
<table data-id="{{$ticket->id}}" style="text-align: center; margin: auto"
@ -94,7 +94,7 @@
<svg xmlns="http://www.w3.org/2000/svg" width="26" height="25" viewBox="0 0 26 25">
<path id="Rectangle_3" data-name="Rectangle 3" d="M8,0H18a8,8,0,0,1,8,8V25a0,0,0,0,1,0,0H0a0,0,0,0,1,0,0V8A8,8,0,0,1,8,0Z"></path>
</svg>
<span style="position:relative;right: 55%">{{$i}}</span>
<span style="position:relative;top: -28px">{{$i}}</span>
</label>
</td>
@endfor