mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Merge pull request #6743 from beganovich/v5-checkout-widget-fixes
Checkout.com widget fixes
This commit is contained in:
commit
5dcd61133f
2
public/css/app.css
vendored
2
public/css/app.css
vendored
File diff suppressed because one or more lines are too long
@ -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",
|
||||
|
@ -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 -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user