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 →
-