Procházet zdrojové kódy

passbook components init

master
kj1352 před 4 roky
rodič
revize
962e835980
6 změnil soubory, kde provedl 12 přidání a 0 odebrání
  1. +0
    -0
      src/components/passbook/invoice-card/invoice.module.scss
  2. +1
    -0
      src/components/passbook/invoice-card/invoice.tsx
  3. +0
    -0
      src/components/passbook/transaction-card/transaction.module.scss
  4. +1
    -0
      src/components/passbook/transaction-card/transaction.tsx
  5. +1
    -0
      src/pages/accounts/accounts.module.scss
  6. +9
    -0
      src/pages/accounts/accounts.tsx

+ 0
- 0
src/components/passbook/invoice-card/invoice.module.scss Zobrazit soubor


+ 1
- 0
src/components/passbook/invoice-card/invoice.tsx Zobrazit soubor

@@ -0,0 +1 @@
export {};

+ 0
- 0
src/components/passbook/transaction-card/transaction.module.scss Zobrazit soubor


+ 1
- 0
src/components/passbook/transaction-card/transaction.tsx Zobrazit soubor

@@ -0,0 +1 @@
export {};

+ 1
- 0
src/pages/accounts/accounts.module.scss Zobrazit soubor

@@ -78,6 +78,7 @@

span {
vertical-align: middle;
letter-spacing: 0.5px;
}

svg {


+ 9
- 0
src/pages/accounts/accounts.tsx Zobrazit soubor

@@ -56,6 +56,15 @@ const Accounts: React.FC = () => {
</li>
</ul>
</section>

<section className={styles.allTransacations}>
<div className={styles.card}>
<header>
<h5> Pending Invoices </h5>
<a> See All </a>
</header>
</div>
</section>
</IonContent>
</IonPage>


Načítá se…
Zrušit
Uložit