mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Merge pull request #5224 from beganovich/v5-2203-wrap-stripe-in-border
(v5) Add borders on Stripe card input
This commit is contained in:
commit
0c8dc5d822
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
@unless(isset($show_card_element) && $show_card_element == false)
|
@unless(isset($show_card_element) && $show_card_element == false)
|
||||||
@component('portal.ninja2020.components.general.card-element-single')
|
@component('portal.ninja2020.components.general.card-element-single')
|
||||||
<div id="card-element"></div>
|
<div id="card-element" class="border p-4 rounded"></div>
|
||||||
@endcomponent
|
@endcomponent
|
||||||
@endunless
|
@endunless
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user