Skip to content

Commit

Permalink
render uac input to match letter
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbarnes9 committed Feb 20, 2020
1 parent 619559b commit 2f3d95e
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono&display=swap');

.uac__field {
display: inline-block;
display: block;
position: relative;
}

.uac__input {
height: 100%;
font-family: monospace;
font-weight: bold;
font-family: 'Roboto Mono', monospace;
text-transform: uppercase;
}

.uac__security {
display: flex;
}


@media only screen and (min-width: 375px) {
.uac__input {
font-size: 22px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,13 @@
data-qa="question-title">
Start census
</h1>
<p class="field uac__field panel panel--branded panel--simple">
<label class="label" for="uac">Enter the 16 character code printed on the letter
<p class="field uac__field panel panel--info panel--simple">
<label class="label" for="uac">Enter your 16 character access code
<br>
<span class="label__description">Keep this code safe and only share it with others in your household</span>
</label>
<input type="text" id="uac" class="input input--text input-type__input uac__input js-uac" name="uac" maxlength="19" data-group-size="4" autocomplete="off" />
<input type="text" id="uac" class="input input--text input-type__input uac__input js-uac u-mb-xs" name="uac" maxlength="19" data-group-size="4" autocomplete="off" />
<span class="u-fs-s"><a href="#">Where to find your access code</a></span>
</p>
<div class="uac__security u-mt-m">
<div class="uac__icon"><span class="icon icon--lock"></span></div>
Expand Down
2 changes: 1 addition & 1 deletion css/fixed.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions css/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/responsive.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2f3d95e

Please sign in to comment.