Merge pull request #6743 from beganovich/v5-checkout-widget-fixes

Checkout.com widget fixes
This commit is contained in:
David Bomba 2021-09-29 21:34:38 +10:00 committed by GitHub
commit 5dcd61133f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 11 deletions

2
public/css/app.css vendored

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"/js/app.js": "/js/app.js?id=696e8203d5e8e7cf5ff5",
"/css/app.css": "/css/app.css?id=08bae341ed680d6ba544",
"/css/app.css": "/css/app.css?id=ad5ff55c9ef56ede1726",
"/js/clients/invoices/action-selectors.js": "/js/clients/invoices/action-selectors.js?id=a09bb529b8e1826f13b4",
"/js/clients/invoices/payment.js": "/js/clients/invoices/payment.js?id=8ce8955ba775ea5f47d1",
"/js/clients/linkify-urls.js": "/js/clients/linkify-urls.js?id=0dc8c34010d09195d2f7",

View File

@ -10,15 +10,8 @@
<style>*, *::after, *::before {
box-sizing: border-box
}
html {
background-color: #FFF;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}
#payment-form {
width: 31.5rem;
margin: 0 auto
width: 100%;
}
iframe {
@ -164,7 +157,7 @@
@component('portal.ninja2020.components.general.card-element-single')
<div id="checkout--container">
<form id="payment-form" method="POST" action="#">
<form class="xl:flex xl:justify-center" id="payment-form" method="POST" action="#">
<div class="one-liner">
<div class="card-frame">
<!-- form will be added here -->