Skip to content

Commit

Permalink
nicer styles
Browse files Browse the repository at this point in the history
  • Loading branch information
meodai committed Sep 1, 2022
1 parent 4416935 commit 3b479e1
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions src/frontend/src/flows/login/unknownAnchor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,17 @@ const pageContent = () => html`
<h1 id="loginWelcome" class="t-title t-title--main">Welcome to<br />Internet Identity</h1>
<p class="t-lead">Provide an Identity Anchor to authenticate.</p>
<hgroup>
<input
type="text"
class="c-input c-input--vip"
id="registerUserNumber"
placeholder="Enter Anchor"
/>
<button type="button" id="loginButton" class="c-button">
Authenticate
</button>
<div class="l-section">
<input
type="text"
class="c-input c-input--vip"
id="registerUserNumber"
placeholder="Enter Anchor"
/>
<button type="button" id="loginButton" class="c-button">
Authenticate
</button>
</div>
</article>
<aside class="l-section l-section--spacious" aria-label="Other actions">
Expand Down

0 comments on commit 3b479e1

Please sign in to comment.