From 962e83598026d5eee2e5c9942f8145de283afe47 Mon Sep 17 00:00:00 2001 From: kj1352 Date: Tue, 5 Oct 2021 18:25:14 +0530 Subject: [PATCH] passbook components init --- src/components/passbook/invoice-card/invoice.module.scss | 0 src/components/passbook/invoice-card/invoice.tsx | 1 + .../passbook/transaction-card/transaction.module.scss | 0 src/components/passbook/transaction-card/transaction.tsx | 1 + src/pages/accounts/accounts.module.scss | 1 + src/pages/accounts/accounts.tsx | 9 +++++++++ 6 files changed, 12 insertions(+) create mode 100644 src/components/passbook/invoice-card/invoice.module.scss create mode 100644 src/components/passbook/invoice-card/invoice.tsx create mode 100644 src/components/passbook/transaction-card/transaction.module.scss create mode 100644 src/components/passbook/transaction-card/transaction.tsx diff --git a/src/components/passbook/invoice-card/invoice.module.scss b/src/components/passbook/invoice-card/invoice.module.scss new file mode 100644 index 0000000..e69de29 diff --git a/src/components/passbook/invoice-card/invoice.tsx b/src/components/passbook/invoice-card/invoice.tsx new file mode 100644 index 0000000..8cec2e9 --- /dev/null +++ b/src/components/passbook/invoice-card/invoice.tsx @@ -0,0 +1 @@ +export {}; \ No newline at end of file diff --git a/src/components/passbook/transaction-card/transaction.module.scss b/src/components/passbook/transaction-card/transaction.module.scss new file mode 100644 index 0000000..e69de29 diff --git a/src/components/passbook/transaction-card/transaction.tsx b/src/components/passbook/transaction-card/transaction.tsx new file mode 100644 index 0000000..8cec2e9 --- /dev/null +++ b/src/components/passbook/transaction-card/transaction.tsx @@ -0,0 +1 @@ +export {}; \ No newline at end of file diff --git a/src/pages/accounts/accounts.module.scss b/src/pages/accounts/accounts.module.scss index 1ac3b66..efb6562 100644 --- a/src/pages/accounts/accounts.module.scss +++ b/src/pages/accounts/accounts.module.scss @@ -78,6 +78,7 @@ span { vertical-align: middle; + letter-spacing: 0.5px; } svg { diff --git a/src/pages/accounts/accounts.tsx b/src/pages/accounts/accounts.tsx index e50699f..a4af007 100644 --- a/src/pages/accounts/accounts.tsx +++ b/src/pages/accounts/accounts.tsx @@ -56,6 +56,15 @@ const Accounts: React.FC = () => { + +
+
+
+
Pending Invoices
+ See All +
+
+