bank landing: smaller distinct Generate own account control
This commit is contained in:
parent
b8023b492c
commit
b194d443c1
1 changed files with 31 additions and 1 deletions
|
|
@ -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 →
|
||||
</a>
|
||||
<p class="meta" id="withdraw-demo-meta">Preparing withdraw…</p>
|
||||
<button type="button" class="cta-sec" id="generate-own-account" style="margin-top:0.5rem">
|
||||
<button type="button" class="gen-own-acct" id="generate-own-account">
|
||||
Generate own account
|
||||
</button>
|
||||
<p class="balance-note" role="note">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue