css chancges
This commit is contained in:
parent
504001caa2
commit
7fd8652010
|
|
@ -1601,7 +1601,11 @@ input.reserved-seats ~ label svg {
|
|||
.your-selected-seats {
|
||||
padding-top: 20px;
|
||||
text-align: center;
|
||||
margin-bottom: 60px; }
|
||||
margin: auto;
|
||||
margin-bottom: 100px;
|
||||
width: fit-content;
|
||||
|
||||
}
|
||||
.your-selected-seats span {
|
||||
color: #ffffff;
|
||||
background-color: #d43d34;
|
||||
|
|
@ -2426,3 +2430,12 @@ display: block;
|
|||
.text_black *{
|
||||
color: #000000 !important;
|
||||
}
|
||||
table[data-id='6']{
|
||||
text-align: center;
|
||||
margin: auto;
|
||||
position: relative;
|
||||
}
|
||||
table[data-id='6'] td{
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -110,8 +110,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="text-align: center; width:fit-content;margin:auto;margin-bottom: 99px">
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
{!!Form::submit(trans("ClientSide.confirm-seats"), ['id' => 'confirm-seats'])!!}
|
||||
</div>
|
||||
</form>
|
||||
|
|
|
|||
|
|
@ -182,13 +182,13 @@
|
|||
<div class="form-row">
|
||||
<div class="col-6">
|
||||
<div class="form-group">
|
||||
{!! Form::checkbox("order_terms", true, true,['required' => 'required', 'class' => 'form-control']) !!}
|
||||
<a target="_blank" href="{{route('about',['page'=>'oferta_'.Config::get('app.locale')])}}">@lang('ClientSide.terms_conditions')</a>
|
||||
{!! Form::checkbox("order_terms", true, true,['required' => 'required', 'class' => 'form-control','style'=>'width:fit-content;display:inline-block;margin-right:10px']) !!}
|
||||
<a style="color: #000000;" target="_blank" href="{{route('about',['page'=>'oferta_'.Config::get('app.locale')])}}">@lang('ClientSide.terms_conditions')</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-6">
|
||||
<div class="form-group">
|
||||
{!! Form::submit(trans("Public_ViewEvent.checkout_submit"), ['class' => 'check-order-btn btn btn-lg btn-danger card-submit']) !!}
|
||||
{!! Form::submit(trans("Public_ViewEvent.checkout_submit"), ['class' => 'check-order-btn btn btn-lg btn-danger card-submit','style'=>'float:right']) !!}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<a href="" style="width: 100%">
|
||||
<img src="{{asset('assets/images/logo/bilet-logo.svg')}}" class="footer-logo">
|
||||
</a>
|
||||
<ul class="list-inline mb-50 row footer-social-icons pt-4" style="width: 100%">
|
||||
<ul class="list-inline mb-50 row footer-social-icons pt-4" style="width: 100%;margin: auto;">
|
||||
<li class="text-center">
|
||||
<a href="{{\Backpack\Settings\app\Models\Setting::get('social_facebook')}}">
|
||||
<img src="{{asset('assets/images/icons/social/3.svg')}}"></a>
|
||||
|
|
|
|||
Loading…
Reference in New Issue