1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-05 18:52:44 +01: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:
Benjamin Beganović 2021-03-22 13:14:45 +01:00 committed by GitHub
commit 0c8dc5d822
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
@unless(isset($show_card_element) && $show_card_element == false)
@component('portal.ninja2020.components.general.card-element-single')
<div id="card-element"></div>
<div id="card-element" class="border p-4 rounded"></div>
@endcomponent
@endunless
</div>