checkout fail

This commit is contained in:
merdan 2020-04-09 19:13:10 +05:00
parent 19f1b93901
commit 5520bc63b9
1 changed files with 5 additions and 4 deletions

View File

@ -8,7 +8,6 @@
font-size: 20px;
padding: 12px 60px;
border-radius: 5px;
margin-right: 5px;
transition-property: background-color;
transition-duration: .2s;
}
@ -22,7 +21,7 @@
{{\DaveJamesMiller\Breadcrumbs\Facades\Breadcrumbs::render('about',trans('ClientSide.checkout_fail_title'))}}
<section id="intro" class="container">
<div class="row justify-content-center pt-5">
<div class="my-5 pt-5">
<div class="my-5 pt-5 mx-auto">
<svg xmlns="http://www.w3.org/2000/svg" width="240" height="240" viewBox="0 0 240 240">
<g id="_x31_3-Info_Box" transform="translate(0 0)">
<path id="Path_448" data-name="Path 448" d="M110.235.388C52.643,4.939,5.79,51.177.518,108.707a119.8,119.8,0,0,0,13.142,66.9,28.666,28.666,0,0,1,1.448,23.185L0,240l43.655-14.553a28.5,28.5,0,0,1,21.948,1.51,119.809,119.809,0,0,0,66.8,12.418c57.074-5.748,102.679-52.411,107.205-109.594A120.03,120.03,0,0,0,110.235.388Z" transform="translate(0 0)" fill="#d33d33"/>
@ -32,9 +31,11 @@
</g>
</svg>
</div>
<div class="col-md-12 text-center mb-5 pb-5">
</div>
<div class="row">
<div class="col-6 text-center mb-5 pb-5">
<h1 property="name" class="mb-3 font-weight-bold">@lang('ClientSide.checkout_fail_title')</h1>
<h1 property="name" class="mb-3 font-weight-bold text-center">@lang('ClientSide.checkout_fail_title')</h1>
@lang('ClientSide.checkout_fail_text')
<a class="red_button my-5" href="/">@lang('ClientSide.checkout_fail_button')</a>
</div>