Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
fix(css): Update recovery code placeholder text, and recovery code cs…
Browse files Browse the repository at this point in the history
…s size (#6100), r=@shane-tomlinson
  • Loading branch information
vbudhram committed Apr 26, 2018
1 parent e870891 commit f9d5a6e
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/images/recovery_code_copy.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/images/recovery_code_download.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/images/recovery_code_print.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/images/recovery_code_replace.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/scripts/templates/sign_in_recovery_code.mustache
Expand Up @@ -19,7 +19,7 @@

<form novalidate>
<div class="input-row token-code-row">
<input type="text" class="tooltip-below recovery-code" placeholder="{{#t}}Enter 8-digit recovery code{{/t}}" required autofocus />
<input type="text" class="tooltip-below recovery-code" placeholder="{{#t}}Enter 10-digit recovery code{{/t}}" required autofocus />
</div>

<div class="button-row">
Expand Down
3 changes: 3 additions & 0 deletions app/styles/modules/_settings-totp.scss
Expand Up @@ -128,6 +128,9 @@
display: inline-block;
font-family: monospace;
font-size: 2em;
@include respond-to('small') {
font-size: 1.5em;
}
text-transform: uppercase;
width: 49%;
}
Expand Down

0 comments on commit f9d5a6e

Please sign in to comment.