From 578af339b76a87712bd9eb76d0f7c0fa2d0fb90b Mon Sep 17 00:00:00 2001 From: amathews Date: Wed, 24 Nov 2021 12:28:43 -0500 Subject: [PATCH 1/2] LG-5372 Follow on minor update to action button top and bottom white space. --- app/views/idv/doc_auth/agreement.html.erb | 2 +- app/views/idv/doc_auth/welcome.html.erb | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/app/views/idv/doc_auth/agreement.html.erb b/app/views/idv/doc_auth/agreement.html.erb index 3abea0fcfeb..a44b7550c76 100644 --- a/app/views/idv/doc_auth/agreement.html.erb +++ b/app/views/idv/doc_auth/agreement.html.erb @@ -20,7 +20,7 @@ <%= validated_form_for :doc_auth, url: url_for, method: 'put', - html: { autocomplete: 'off', class: 'margin-top-2 js-consent-continue-form' } do |f| %> + html: { autocomplete: 'off', class: 'margin-top-2 padding-bottom-1 js-consent-continue-form' } do |f| %>
<%= check_box_tag( :ial2_consent_given, diff --git a/app/views/idv/doc_auth/welcome.html.erb b/app/views/idv/doc_auth/welcome.html.erb index 4aaf3a5dcd0..8310bb316a2 100644 --- a/app/views/idv/doc_auth/welcome.html.erb +++ b/app/views/idv/doc_auth/welcome.html.erb @@ -79,8 +79,7 @@ <%= validated_form_for :doc_auth, url: url_for, method: 'put', - html: { autocomplete: 'off', class: 'margin-top-2 js-consent-continue-form' } do |f| %> -
+ html: { autocomplete: 'off', class: 'margin-top-4 padding-bottom-1 js-consent-continue-form' } do |f| %> <%= f.button :button, t('doc_auth.buttons.continue'), type: :submit, From d53944174fe2aa99301e9a92d8e642c68ce016a1 Mon Sep 17 00:00:00 2001 From: amathews Date: Wed, 24 Nov 2021 16:12:11 -0500 Subject: [PATCH 2/2] LG-5372 CSS suggestions --- app/views/idv/doc_auth/agreement.html.erb | 2 +- app/views/idv/doc_auth/welcome.html.erb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/idv/doc_auth/agreement.html.erb b/app/views/idv/doc_auth/agreement.html.erb index a44b7550c76..63a825b5909 100644 --- a/app/views/idv/doc_auth/agreement.html.erb +++ b/app/views/idv/doc_auth/agreement.html.erb @@ -20,7 +20,7 @@ <%= validated_form_for :doc_auth, url: url_for, method: 'put', - html: { autocomplete: 'off', class: 'margin-top-2 padding-bottom-1 js-consent-continue-form' } do |f| %> + html: { autocomplete: 'off', class: 'margin-top-2 margin-bottom-5 js-consent-continue-form' } do |f| %>
<%= check_box_tag( :ial2_consent_given, diff --git a/app/views/idv/doc_auth/welcome.html.erb b/app/views/idv/doc_auth/welcome.html.erb index 8310bb316a2..f6d8cddcc8f 100644 --- a/app/views/idv/doc_auth/welcome.html.erb +++ b/app/views/idv/doc_auth/welcome.html.erb @@ -58,7 +58,7 @@
-
  • +
  • <%= step += 1 %> @@ -79,7 +79,7 @@ <%= validated_form_for :doc_auth, url: url_for, method: 'put', - html: { autocomplete: 'off', class: 'margin-top-4 padding-bottom-1 js-consent-continue-form' } do |f| %> + html: { autocomplete: 'off', class: 'margin-y-5 js-consent-continue-form' } do |f| %> <%= f.button :button, t('doc_auth.buttons.continue'), type: :submit,