Merge pull request #2717 from brkcvn/master
Payment method button styling
This commit is contained in:
commit
332bb18cfe
@ -1,11 +1,11 @@
|
||||
<div>
|
||||
<div class="d-none">
|
||||
<div class="hidden">
|
||||
@if (!empty($setting['name']))
|
||||
<h2>{{ $setting['name'] }}</h2>
|
||||
@endif
|
||||
|
||||
@if (!empty($setting['description']))
|
||||
<div class="well well-sm">{{ $setting['description'] }}</div>
|
||||
<div>{{ $setting['description'] }}</div>
|
||||
@endif
|
||||
</div>
|
||||
<br>
|
||||
@ -13,8 +13,10 @@
|
||||
<div class="buttons">
|
||||
<div class="pull-right">
|
||||
<x-form id="redirect-form" :url="$confirm_url">
|
||||
<button @click="onRedirectConfirm" type="button" id="button-confirm" class="btn disabled:bg-green-100">
|
||||
{{ trans('general.confirm') }}
|
||||
<button @click="onRedirectConfirm" type="button" id="button-confirm" class="relative flex items-center justify-center bg-green hover:bg-green-700 text-white px-6 py-1.5 text-base rounded-lg disabled:bg-green-100">
|
||||
<span>
|
||||
{{ trans('general.confirm') }}
|
||||
</span>
|
||||
</button>
|
||||
</x-form>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user