mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Checkout.com widget fixes
This commit is contained in:
parent
3c7d3ad1bf
commit
3fce0c4609
@ -10,15 +10,8 @@
|
|||||||
<style>*, *::after, *::before {
|
<style>*, *::after, *::before {
|
||||||
box-sizing: border-box
|
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 {
|
#payment-form {
|
||||||
width: 31.5rem;
|
width: 100%;
|
||||||
margin: 0 auto
|
|
||||||
}
|
}
|
||||||
|
|
||||||
iframe {
|
iframe {
|
||||||
@ -164,7 +157,7 @@
|
|||||||
|
|
||||||
@component('portal.ninja2020.components.general.card-element-single')
|
@component('portal.ninja2020.components.general.card-element-single')
|
||||||
<div id="checkout--container">
|
<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="one-liner">
|
||||||
<div class="card-frame">
|
<div class="card-frame">
|
||||||
<!-- form will be added here -->
|
<!-- form will be added here -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user