diff --git a/src/App.css b/src/App.css index 85a508d..7b258fa 100644 --- a/src/App.css +++ b/src/App.css @@ -89,7 +89,7 @@ input { width: calc(100% - var(--sidebar-width)); margin-top:var(--navbar-height); margin-left: var(--sidebar-width); - padding: 30px 20px 30px 40px; + padding: 30px 30px 30px 40px; } .xeggo-button{ diff --git a/src/Pages/CreateInvoice/CreateInvoice.jsx b/src/Pages/CreateInvoice/CreateInvoice.jsx index 92a2a1e..4d22d1c 100644 --- a/src/Pages/CreateInvoice/CreateInvoice.jsx +++ b/src/Pages/CreateInvoice/CreateInvoice.jsx @@ -392,7 +392,7 @@ const CreateInvoice = ({contract, account}) => {
-
+
Payment Options
Asset: @@ -421,7 +421,7 @@ const CreateInvoice = ({contract, account}) => {
-
+
diff --git a/src/Pages/CreateInvoice/createinvoice.css b/src/Pages/CreateInvoice/createinvoice.css index 241a81b..651fe4a 100644 --- a/src/Pages/CreateInvoice/createinvoice.css +++ b/src/Pages/CreateInvoice/createinvoice.css @@ -124,8 +124,11 @@ input, textarea { display:flex; } -.payment-container > div { - flex-basis: 50%; +.basis-60{ + flex-basis: 60%; +} +.basis-40{ + flex-basis: 40%; } .payment-container .label{ diff --git a/src/Pages/InvoicePage.jsx b/src/Pages/InvoicePage.jsx index 20efaa1..00316b1 100644 --- a/src/Pages/InvoicePage.jsx +++ b/src/Pages/InvoicePage.jsx @@ -170,7 +170,7 @@ const InvoicePage = ({invoices, account, contract, web3}) => {
-
+
Payment Options
Asset: @@ -191,7 +191,7 @@ const InvoicePage = ({invoices, account, contract, web3}) => {
-
+
diff --git a/src/assets/error.svg b/src/assets/error.svg index 17c57de..8d8fafa 100644 --- a/src/assets/error.svg +++ b/src/assets/error.svg @@ -1,3 +1,4 @@ - - + + +