forked from brooksbingham/theme-elegance
refactor: add styles for disabled button
parent
9efbfd3852
commit
58ae059a6e
|
@ -123,7 +123,7 @@
|
||||||
|
|
||||||
<div id="payment-confirmation">
|
<div id="payment-confirmation">
|
||||||
<div class="ps-shown-by-js">
|
<div class="ps-shown-by-js">
|
||||||
<button type="submit" {if !$selected_payment_option} disabled {/if} class="uppercase font-medium py-2 text-center w-full bg-blue-950 hover:bg-blue-900 text-gray-50 cursor-pointer">
|
<button type="submit" {if !$selected_payment_option} disabled {/if} class="uppercase font-medium py-2 text-center w-full bg-blue-950 hover:bg-blue-900 disabled:bg-gray-600 text-gray-50 cursor-pointer">
|
||||||
{l s='Place order' d='Shop.Theme.Checkout'}
|
{l s='Place order' d='Shop.Theme.Checkout'}
|
||||||
</button>
|
</button>
|
||||||
{if $show_final_summary}
|
{if $show_final_summary}
|
||||||
|
|
Loading…
Reference in New Issue