fix: send invoice drawer layout

This commit is contained in:
Ahmed Bouhuolia
2024-11-02 17:10:32 +02:00
parent 209da69b8f
commit f7fbc0e31c
4 changed files with 2 additions and 3 deletions

View File

@@ -117,7 +117,6 @@ export function InvoicePaymentPage({
// # Copyright
copyrightText = `© 2024 Bigcapital Technology, Inc. <br /> All rights reserved.`,
classNames,
}: PaymentPageProps) {
return (

View File

@@ -7,7 +7,6 @@
border-radius: 10px;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
width: 600px;
// margin: 40px auto;
color: #222;
background-color: #fff;
}

View File

@@ -62,7 +62,7 @@ export function PaymentPortal() {
};
return (
<Box className={styles.root}>
<Box className={styles.root} my={'40px'} mx={'auto'}>
<Stack spacing={0} className={styles.body}>
<Stack>
<Group spacing={10}>

View File

@@ -145,6 +145,7 @@ export function InvoiceSendMailFields() {
<Stack
bg="white"
flex={'1'}
maxWidth="720px"
maxHeight="100%"
spacing={0}
borderRight="1px solid #dcdcdd"