- <%= link_to t('links.sign_out'), destroy_user_session_path, class: 'margin-top-1 margin-right-2'%>
+ <%= link_to t('links.sign_out'), destroy_user_session_path, class: 'margin-top-105 margin-right-2'%>
<% if enable_mobile_nav %>
<% end %>
diff --git a/app/views/devise/passwords/new.html.erb b/app/views/devise/passwords/new.html.erb
index 8402f024ab8..93dcda0380b 100644
--- a/app/views/devise/passwords/new.html.erb
+++ b/app/views/devise/passwords/new.html.erb
@@ -23,5 +23,5 @@
<% end %>
- <%= link_to t('links.cancel'), decorated_session.cancel_link_url, class: 'h5' %>
+ <%= link_to t('links.cancel'), decorated_session.cancel_link_url %>
diff --git a/app/views/forgot_password/show.html.erb b/app/views/forgot_password/show.html.erb
index f824e64555f..82bc806a557 100644
--- a/app/views/forgot_password/show.html.erb
+++ b/app/views/forgot_password/show.html.erb
@@ -17,8 +17,8 @@
<%= t('notices.forgot_password.first_paragraph_end') %>
-
-
+
+
<%= validated_form_for @view_model.password_reset_email_form,
diff --git a/app/views/idv/address/new.html.erb b/app/views/idv/address/new.html.erb
index d35e3d3c7f5..64b1b020643 100644
--- a/app/views/idv/address/new.html.erb
+++ b/app/views/idv/address/new.html.erb
@@ -4,7 +4,7 @@
steps: Idv::Flows::DocAuthFlow::STEP_INDICATOR_STEPS,
current_step: :verify_info,
locale_scope: 'idv',
- class: 'margin-x-neg-2 margin-top-neg-2 tablet:margin-x-neg-6 tablet:margin-top-neg-4',
+ class: 'margin-x-neg-2 margin-top-neg-4 tablet:margin-x-neg-6 tablet:margin-top-neg-4',
} %>
<% end %>
<% end %>
diff --git a/app/views/idv/cancellations/destroy.html.erb b/app/views/idv/cancellations/destroy.html.erb
index 17e0ef215cc..564c206d460 100644
--- a/app/views/idv/cancellations/destroy.html.erb
+++ b/app/views/idv/cancellations/destroy.html.erb
@@ -1,13 +1,11 @@
<% title t('headings.cancellations.confirmation') %>
-<%= image_tag(asset_url('alert/fail-x.svg'), width: 54) %>
+<%= image_tag(asset_url('alert/fail-x.svg'), alt: '', width: 54) %>
-
+
<%= t('headings.cancellations.confirmation') %>
-
-
- <%= t('idv.cancel.warnings.warning_2') %>
- <%= t('idv.cancel.warnings.warning_3', app: APP_NAME) %>
diff --git a/app/views/idv/cancellations/new.html.erb b/app/views/idv/cancellations/new.html.erb
index 5445ad41967..8dfa108f0c8 100644
--- a/app/views/idv/cancellations/new.html.erb
+++ b/app/views/idv/cancellations/new.html.erb
@@ -2,12 +2,10 @@
<%= image_tag(asset_url('alert/warning-lg.svg'), alt: '', width: 54) %>
-
+
<%= t('headings.cancellations.prompt') %>
-
-
<%= t('sign_up.cancel.warning_header') %>
diff --git a/app/views/idv/capture_doc/capture_complete.html.erb b/app/views/idv/capture_doc/capture_complete.html.erb
index 0880ab47fe6..2d17ca98d5d 100644
--- a/app/views/idv/capture_doc/capture_complete.html.erb
+++ b/app/views/idv/capture_doc/capture_complete.html.erb
@@ -1,6 +1,6 @@
<% title t('titles.doc_auth.verify') %>
-<%= render 'shared/alert', { type: 'success', class: 'margin-bottom-4 margin-top-2' } do %>
+<%= render 'shared/alert', { type: 'success', class: 'margin-bottom-4' } do %>
<%= t('doc_auth.headings.capture_complete') %>
<% end %>
diff --git a/app/views/idv/come_back_later/show.html.erb b/app/views/idv/come_back_later/show.html.erb
index 8cdb5f04e1b..3339c95d0c9 100644
--- a/app/views/idv/come_back_later/show.html.erb
+++ b/app/views/idv/come_back_later/show.html.erb
@@ -6,7 +6,7 @@
end,
current_step: :verify_phone_or_address,
locale_scope: 'idv',
- class: 'margin-x-neg-2 margin-top-neg-2 tablet:margin-x-neg-6 tablet:margin-top-neg-4',
+ class: 'margin-x-neg-2 margin-top-neg-4 tablet:margin-x-neg-6 tablet:margin-top-neg-4',
} %>
<% end %>
<% end %>
diff --git a/app/views/idv/confirmations/show.html.erb b/app/views/idv/confirmations/show.html.erb
index 288468ddac0..f5769eb557b 100644
--- a/app/views/idv/confirmations/show.html.erb
+++ b/app/views/idv/confirmations/show.html.erb
@@ -4,7 +4,7 @@
steps: @step_indicator_steps,
current_step: :secure_account,
locale_scope: 'idv',
- class: 'margin-x-neg-2 margin-top-neg-2 tablet:margin-x-neg-6 tablet:margin-top-neg-4',
+ class: 'margin-x-neg-2 margin-top-neg-4 tablet:margin-x-neg-6 tablet:margin-top-neg-4',
} %>
<% end %>
<% end %>
diff --git a/app/views/idv/doc_auth/ssn.html.erb b/app/views/idv/doc_auth/ssn.html.erb
index 7ee0509816b..5e28150cc98 100644
--- a/app/views/idv/doc_auth/ssn.html.erb
+++ b/app/views/idv/doc_auth/ssn.html.erb
@@ -2,7 +2,7 @@
<%= render 'shared/alert', {
type: 'success',
- class: 'margin-bottom-4 margin-top-2 tablet:margin-top-0'
+ class: 'margin-bottom-4'
} do %>
<%= t('doc_auth.headings.capture_complete') %>
<% end %>
diff --git a/app/views/idv/gpo/index.html.erb b/app/views/idv/gpo/index.html.erb
index 00aa0d5109c..8f4d979297f 100644
--- a/app/views/idv/gpo/index.html.erb
+++ b/app/views/idv/gpo/index.html.erb
@@ -4,7 +4,7 @@
steps: Idv::Flows::DocAuthFlow::STEP_INDICATOR_STEPS,
current_step: :verify_phone_or_address,
locale_scope: 'idv',
- class: 'margin-x-neg-2 margin-top-neg-2 tablet:margin-x-neg-6 tablet:margin-top-neg-4',
+ class: 'margin-x-neg-2 margin-top-neg-4 tablet:margin-x-neg-6 tablet:margin-top-neg-4',
} %>
<% end %>
<% end %>
diff --git a/app/views/idv/otp_delivery_method/new.html.erb b/app/views/idv/otp_delivery_method/new.html.erb
index dc0e7a02346..646dfb57ca3 100644
--- a/app/views/idv/otp_delivery_method/new.html.erb
+++ b/app/views/idv/otp_delivery_method/new.html.erb
@@ -4,7 +4,7 @@
steps: Idv::Flows::DocAuthFlow::STEP_INDICATOR_STEPS,
current_step: :verify_phone_or_address,
locale_scope: 'idv',
- class: 'margin-x-neg-2 margin-top-neg-2 tablet:margin-x-neg-6 tablet:margin-top-neg-4',
+ class: 'margin-x-neg-2 margin-top-neg-4 tablet:margin-x-neg-6 tablet:margin-top-neg-4',
} %>
<% end %>
<% end %>
diff --git a/app/views/idv/otp_verification/show.html.erb b/app/views/idv/otp_verification/show.html.erb
index 12960e6c381..17b1a9c8d60 100644
--- a/app/views/idv/otp_verification/show.html.erb
+++ b/app/views/idv/otp_verification/show.html.erb
@@ -4,7 +4,7 @@
steps: Idv::Flows::DocAuthFlow::STEP_INDICATOR_STEPS,
current_step: :verify_phone_or_address,
locale_scope: 'idv',
- class: 'margin-x-neg-2 margin-top-neg-2 tablet:margin-x-neg-6 tablet:margin-top-neg-4',
+ class: 'margin-x-neg-2 margin-top-neg-4 tablet:margin-x-neg-6 tablet:margin-top-neg-4',
} %>
<% end %>
<% end %>
diff --git a/app/views/idv/phone/new.html.erb b/app/views/idv/phone/new.html.erb
index 02c187f0cdd..f094994b7be 100644
--- a/app/views/idv/phone/new.html.erb
+++ b/app/views/idv/phone/new.html.erb
@@ -4,7 +4,7 @@
steps: Idv::Flows::DocAuthFlow::STEP_INDICATOR_STEPS,
current_step: :verify_phone_or_address,
locale_scope: 'idv',
- class: 'margin-x-neg-2 margin-top-neg-2 tablet:margin-x-neg-6 tablet:margin-top-neg-4',
+ class: 'margin-x-neg-2 margin-top-neg-4 tablet:margin-x-neg-6 tablet:margin-top-neg-4',
} %>
<% end %>
<% end %>
@@ -76,7 +76,7 @@
<% end %>
- <%= link_to t('links.cancel'), idv_cancel_path, class: 'h5' %>
+ <%= link_to t('links.cancel'), idv_cancel_path %>
<% javascript_packs_tag_once 'form-steps-wait' %>
diff --git a/app/views/idv/review/new.html.erb b/app/views/idv/review/new.html.erb
index 4231d4a7bc8..cbec5ef262f 100644
--- a/app/views/idv/review/new.html.erb
+++ b/app/views/idv/review/new.html.erb
@@ -4,7 +4,7 @@
steps: @step_indicator_steps,
current_step: :secure_account,
locale_scope: 'idv',
- class: 'margin-x-neg-2 margin-top-neg-2 tablet:margin-x-neg-6 tablet:margin-top-neg-4',
+ class: 'margin-x-neg-2 margin-top-neg-4 tablet:margin-x-neg-6 tablet:margin-top-neg-4',
} %>
<% end %>
<% end %>
@@ -36,9 +36,13 @@
phone: PhoneFormatter.format(@applicant[:phone]) %>
<% end %>
- <%= f.button :submit, t('forms.buttons.continue'), class: 'usa-button--big usa-button--wide' %>
+ <%= f.button(
+ :submit,
+ t('forms.buttons.continue'),
+ class: 'usa-button--big usa-button--wide margin-top-4',
+ ) %>
<% end %>
- <%= link_to t('links.cancel'), idv_cancel_path, class: 'h5' %>
+ <%= link_to t('links.cancel'), idv_cancel_path %>
diff --git a/app/views/layouts/base.html.erb b/app/views/layouts/base.html.erb
index ccdf482424a..4778616cbdc 100644
--- a/app/views/layouts/base.html.erb
+++ b/app/views/layouts/base.html.erb
@@ -67,7 +67,7 @@
<% end %>
-
+
<%= yield(:pre_flash_content) if content_for?(:pre_flash_content) %>
<%= render 'shared/flashes' %>
<%= content_for?(:content) ? yield(:content) : yield %>
diff --git a/app/views/layouts/flow_step.html.erb b/app/views/layouts/flow_step.html.erb
index 8aa5d8bb3b1..6eae342f9c6 100644
--- a/app/views/layouts/flow_step.html.erb
+++ b/app/views/layouts/flow_step.html.erb
@@ -5,7 +5,7 @@
locale_scope: flow_namespace,
steps: step_indicator[:steps],
current_step: step_indicator[:current_step],
- class: 'margin-x-neg-2 margin-top-neg-2 tablet:margin-x-neg-6 tablet:margin-top-neg-4'
+ class: 'margin-x-neg-2 margin-top-neg-4 tablet:margin-x-neg-6 tablet:margin-top-neg-4'
) %>
<% end %>
<% end %>
diff --git a/app/views/partials/personal_key/_key.html.erb b/app/views/partials/personal_key/_key.html.erb
index 30af37563d2..43a9aeb6924 100644
--- a/app/views/partials/personal_key/_key.html.erb
+++ b/app/views/partials/personal_key/_key.html.erb
@@ -2,7 +2,7 @@
<%= t('users.personal_key.header') %>
-
+
<%- code.split('-').each do |word|
-%>
<%= t('instructions.account.reactivate.modal.heading') %>
-
+
<%= t('instructions.account.reactivate.modal.copy') %>
diff --git a/app/views/service_provider_mfa/new.html.erb b/app/views/service_provider_mfa/new.html.erb
index 863af76fab1..87d476bda5f 100644
--- a/app/views/service_provider_mfa/new.html.erb
+++ b/app/views/service_provider_mfa/new.html.erb
@@ -14,7 +14,7 @@
url: two_factor_options_path do |f| %>