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 --- build-system/taler-build-scripts | 2 +- packages/demobank-ui/src/pages/home/index.tsx | 8 ++++++-- packages/demobank-ui/src/scss/bank.scss | 1 + 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/build-system/taler-build-scripts b/build-system/taler-build-scripts index e3262f44d..38c168b11 160000 --- a/build-system/taler-build-scripts +++ b/build-system/taler-build-scripts @@ -1 +1 @@ -Subproject commit e3262f44d5e0947bfef736059e82cd8dbf1f9445 +Subproject commit 38c168b11eeeab93562ffa74b3e2aff4b596c77a 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