From f55703b0a10c374121f2c08c5fdd10e55ee276c4 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 28 Oct 2022 12:40:24 +0200 Subject: styling of QR withdraw page --- packages/demobank-ui/src/pages/home/index.tsx | 8 ++++++-- packages/demobank-ui/src/scss/bank.scss | 1 + 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'packages/demobank-ui/src') diff --git a/packages/demobank-ui/src/pages/home/index.tsx b/packages/demobank-ui/src/pages/home/index.tsx index 55653a860..fe94e41d9 100644 --- a/packages/demobank-ui/src/pages/home/index.tsx +++ b/packages/demobank-ui/src/pages/home/index.tsx @@ -1516,7 +1516,9 @@ function QrCodeSection({ return (

{i18n`Charge Taler Wallet`}

-

{i18n`You can use this QR code to withdraw to your mobile wallet:`}

+
+
+

{i18n`Use this QR code to withdraw to your mobile wallet:`}

{QR({ text: talerWithdrawUri })}

Click {i18n`this link`} to @@ -1524,6 +1526,8 @@ function QrCodeSection({


{abortButton} +
+
); } @@ -1540,7 +1544,7 @@ function TalerWithdrawalQRCode(Props: any): VNode { const i18n = useTranslator(); const abortButton = ( { pageStateSetter((prevState: PageStateType) => { return { diff --git a/packages/demobank-ui/src/scss/bank.scss b/packages/demobank-ui/src/scss/bank.scss index fec0ea5c9..fdcdfcd63 100644 --- a/packages/demobank-ui/src/scss/bank.scss +++ b/packages/demobank-ui/src/scss/bank.scss @@ -15,6 +15,7 @@ div.pages-list { margin-top: 15px; } +.qr-div, .login-div, .register-div { display: block; -- cgit v1.2.3