From b194d443c1efe3f29b85e4d23ccfcf8516497aae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hern=C3=A2ni=20Marques?= Date: Fri, 10 Jul 2026 17:20:00 +0200 Subject: [PATCH] bank landing: smaller distinct Generate own account control --- configs/bank-landing/index.html | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/configs/bank-landing/index.html b/configs/bank-landing/index.html index 44459e5..76fcb06 100644 --- a/configs/bank-landing/index.html +++ b/configs/bank-landing/index.html @@ -449,6 +449,36 @@ color: #f0d090; border-color: rgba(232, 168, 56, 0.35); } + /* Small distinct control under shared withdraw (not a second full CTA) */ + button.gen-own-acct { + display: inline-block; + margin: 0.15rem auto 0; + padding: 0.2rem 0.35rem; + border: 0; + border-bottom: 1px solid rgba(240, 200, 106, 0.55); + border-radius: 0; + background: transparent; + color: #f0c86a; + font: inherit; + font-size: 0.8rem; + font-weight: 650; + letter-spacing: 0.01em; + cursor: pointer; + width: auto; + max-width: none; + line-height: 1.35; + text-decoration: none; + } + button.gen-own-acct:hover, + button.gen-own-acct:focus-visible { + color: #ffe6a8; + border-bottom-color: #f0c86a; + background: transparent; + outline: none; + } + button.gen-own-acct:active { + opacity: 0.85; + } .more-qr { display: flex; justify-content: center; @@ -787,7 +817,7 @@ Open in wallet →

Preparing withdraw…

-