checkout fail
This commit is contained in:
parent
5bb81d87c6
commit
6276e34027
|
|
@ -5,8 +5,8 @@
|
|||
color: #ffffff;
|
||||
background-color: #d33d33;
|
||||
height: fit-content;
|
||||
font-size: 20px;
|
||||
padding: 12px 60px;
|
||||
font-size: 16px;
|
||||
padding: 10px 60px;
|
||||
border-radius: 5px;
|
||||
margin-right: 5px;
|
||||
transition-property: background-color;
|
||||
|
|
@ -18,8 +18,8 @@
|
|||
|
||||
<section id="intro" class="container">
|
||||
<div class="row justify-content-center">
|
||||
<div class=" my-5 pt-5">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="160" height="160" viewBox="0 0 240 240">
|
||||
<div class="mt-5">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="120" height="120" 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"/>
|
||||
<ellipse id="Ellipse_164" data-name="Ellipse 164" cx="99.257" cy="99.258" rx="99.257" ry="99.258" transform="translate(20.486 21)" fill="#fff"/>
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
<div class="row justify-content-center">
|
||||
<div class="col-12 g-font-size-16">
|
||||
|
||||
<h1 property="name" class="mb-3 font-weight-bold text-center">@lang('ClientSide.checkout_fail_title')</h1>
|
||||
<h2 property="name" class="my-3 font-weight-bold text-center">@lang('ClientSide.checkout_fail_title')</h2>
|
||||
@lang('ClientSide.checkout_fail_text')
|
||||
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue