diff --git a/app/assets/stylesheets/components/_form.scss b/app/assets/stylesheets/components/_form.scss index 602bac45809..a41549a3c03 100644 --- a/app/assets/stylesheets/components/_form.scss +++ b/app/assets/stylesheets/components/_form.scss @@ -9,8 +9,6 @@ $radio-checkbox-space: 1.5rem; } legend { - // short-circuits line-height to stop inheritance - font: $small-font-size $serif-font-family; font-weight: $heading-font-weight; } @@ -179,7 +177,7 @@ input::-webkit-inner-spin-button { .usa-form-group--error { border-left-style: none; - margin-top: 0; + margin-top: units(3); // Remove after: https://github.com/uswds/uswds/issues/4189 padding-left: 0; @include at-media('desktop') { diff --git a/app/assets/stylesheets/components/_modal.scss b/app/assets/stylesheets/components/_modal.scss index b3bc075ee89..8f45232c422 100644 --- a/app/assets/stylesheets/components/_modal.scss +++ b/app/assets/stylesheets/components/_modal.scss @@ -75,7 +75,7 @@ } hr { - width: 7.5rem; + width: 5rem; } } diff --git a/app/assets/stylesheets/components/_nav.scss b/app/assets/stylesheets/components/_nav.scss index 917829b909c..9427c5b9a98 100644 --- a/app/assets/stylesheets/components/_nav.scss +++ b/app/assets/stylesheets/components/_nav.scss @@ -43,14 +43,6 @@ } } -.authnav-greeting { - display: none; - - @include at-media('desktop') { - display: block; - } -} - .top-banner { display: none; diff --git a/app/assets/stylesheets/components/_troubleshooting-options.scss b/app/assets/stylesheets/components/_troubleshooting-options.scss index 7c684e596dc..c05311ac06e 100644 --- a/app/assets/stylesheets/components/_troubleshooting-options.scss +++ b/app/assets/stylesheets/components/_troubleshooting-options.scss @@ -11,7 +11,7 @@ content: ''; display: block; height: 4px; - width: 5.5rem; + width: 5rem; } } diff --git a/app/assets/stylesheets/utilities/_border.scss b/app/assets/stylesheets/utilities/_border.scss index 12256d68ed6..a73be33f73d 100644 --- a/app/assets/stylesheets/utilities/_border.scss +++ b/app/assets/stylesheets/utilities/_border.scss @@ -1,8 +1,3 @@ -.bw1 { border-width: 1px; } -.bw2 { border-width: 2px; } -.bw3 { border-width: 3px; } -.bw4 { border-width: 4px; } - .border-dashed { border-style: dashed; } .rounded-md { border-radius: $border-radius-md; } diff --git a/app/assets/stylesheets/utilities/_space-misc.scss b/app/assets/stylesheets/utilities/_space-misc.scss index 0d828b8d338..277eddfbbf4 100644 --- a/app/assets/stylesheets/utilities/_space-misc.scss +++ b/app/assets/stylesheets/utilities/_space-misc.scss @@ -30,6 +30,10 @@ .sm-mtn3 { margin-top: -$space-3; } } +.margin-top-neg-4 { + margin-top: units(-4); +} + @include at-media('tablet') { .tablet\:margin-x-neg-6 { margin-left: units(-6); diff --git a/app/javascript/packages/document-capture/components/document-capture.jsx b/app/javascript/packages/document-capture/components/document-capture.jsx index cd1aa59f8ff..ebfe00c77fb 100644 --- a/app/javascript/packages/document-capture/components/document-capture.jsx +++ b/app/javascript/packages/document-capture/components/document-capture.jsx @@ -137,7 +137,7 @@ function DocumentCapture({ isAsyncForm = false, onStepChange }) { ) : ( <> {submissionError && !(submissionError instanceof UploadFormEntriesError) && ( - + {t('doc_auth.errors.general.network_error')} )} diff --git a/app/javascript/packages/document-capture/components/form-steps.jsx b/app/javascript/packages/document-capture/components/form-steps.jsx index 797915cf398..693ecf0d593 100644 --- a/app/javascript/packages/document-capture/components/form-steps.jsx +++ b/app/javascript/packages/document-capture/components/form-steps.jsx @@ -213,11 +213,7 @@ function FormSteps({
{Object.keys(values).length > 0 && } {unknownFieldErrors.map(({ field, error }) => ( - + ))} diff --git a/app/presenters/backup_code_create_presenter.rb b/app/presenters/backup_code_create_presenter.rb index 01114dcb3a6..88bf3f9d6d8 100644 --- a/app/presenters/backup_code_create_presenter.rb +++ b/app/presenters/backup_code_create_presenter.rb @@ -14,7 +14,7 @@ def other_option_display end def other_option_title - t('forms.backup_code.are_you_sure_other_option') + t('two_factor_authentication.choose_another_option') end def continue_bttn_prologue diff --git a/app/views/account_reset/confirm_request/show.html.erb b/app/views/account_reset/confirm_request/show.html.erb index ad68fdd12c1..bf793d6b830 100644 --- a/app/views/account_reset/confirm_request/show.html.erb +++ b/app/views/account_reset/confirm_request/show.html.erb @@ -10,8 +10,8 @@ <%= t('account_reset.confirm_request.instructions_end') %>

-
-
+
+
<% if sms_phone %> diff --git a/app/views/accounts/_nav_auth.html.erb b/app/views/accounts/_nav_auth.html.erb index 68f7b2f9e11..ff803d22137 100644 --- a/app/views/accounts/_nav_auth.html.erb +++ b/app/views/accounts/_nav_auth.html.erb @@ -1,20 +1,20 @@
-
+
<%= link_to image_tag(asset_url('logo.svg'), alt: APP_NAME, class: 'text-bottom', width: 170), root_path %>
-
-
-

+