checkout fail

This commit is contained in:
merdan 2020-04-09 19:05:18 +05:00
parent c2b9b015c4
commit 19f1b93901
1 changed files with 6 additions and 2 deletions

View File

@ -12,6 +12,10 @@
transition-property: background-color; transition-property: background-color;
transition-duration: .2s; transition-duration: .2s;
} }
ul{
width: fit-content;
margin: auto;
}
</style> </style>
@endpush @endpush
@section('content') @section('content')
@ -30,9 +34,9 @@
</div> </div>
<div class="col-md-12 text-center mb-5 pb-5"> <div class="col-md-12 text-center mb-5 pb-5">
<h1 property="name" style="font-weight: bold">@lang('ClientSide.checkout_fail_title')</h1> <h1 property="name" class="mb-3 font-weight-bold">@lang('ClientSide.checkout_fail_title')</h1>
@lang('ClientSide.checkout_fail_text') @lang('ClientSide.checkout_fail_text')
<a class="red_button mt-5" href="/">@lang('ClientSide.checkout_fail_button')</a> <a class="red_button my-5" href="/">@lang('ClientSide.checkout_fail_button')</a>
</div> </div>
</div> </div>
</section> </section>