mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 14:50:32 +00:00
Merge pull request #733 from bigcapitalhq/fix-send-invoice-drawer-layout
fix: send invoice drawer layout
This commit is contained in:
@@ -117,7 +117,6 @@ export function InvoicePaymentPage({
|
|||||||
|
|
||||||
// # Copyright
|
// # Copyright
|
||||||
copyrightText = `© 2024 Bigcapital Technology, Inc. <br /> All rights reserved.`,
|
copyrightText = `© 2024 Bigcapital Technology, Inc. <br /> All rights reserved.`,
|
||||||
|
|
||||||
classNames,
|
classNames,
|
||||||
}: PaymentPageProps) {
|
}: PaymentPageProps) {
|
||||||
return (
|
return (
|
||||||
|
|||||||
@@ -7,7 +7,6 @@
|
|||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
|
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
|
||||||
width: 600px;
|
width: 600px;
|
||||||
// margin: 40px auto;
|
|
||||||
color: #222;
|
color: #222;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -62,7 +62,7 @@ export function PaymentPortal() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Box className={styles.root}>
|
<Box className={styles.root} my={'40px'} mx={'auto'}>
|
||||||
<Stack spacing={0} className={styles.body}>
|
<Stack spacing={0} className={styles.body}>
|
||||||
<Stack>
|
<Stack>
|
||||||
<Group spacing={10}>
|
<Group spacing={10}>
|
||||||
|
|||||||
@@ -145,6 +145,7 @@ export function InvoiceSendMailFields() {
|
|||||||
<Stack
|
<Stack
|
||||||
bg="white"
|
bg="white"
|
||||||
flex={'1'}
|
flex={'1'}
|
||||||
|
maxWidth="720px"
|
||||||
maxHeight="100%"
|
maxHeight="100%"
|
||||||
spacing={0}
|
spacing={0}
|
||||||
borderRight="1px solid #dcdcdd"
|
borderRight="1px solid #dcdcdd"
|
||||||
|
|||||||
Reference in New Issue
Block a user