From c412737430532891669485e51fdc90b01b96efa7 Mon Sep 17 00:00:00 2001 From: adeelehsan Date: Tue, 9 Mar 2021 01:47:05 +0500 Subject: [PATCH] Added width for inputs fields in form-control class. Purpose of adding the fix width is to sync SSO buttons and inputs fields widths for the screen 600 and above. VAN-353 --- src/_style.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/_style.scss b/src/_style.scss index 22b6f0f5..f30db09b 100644 --- a/src/_style.scss +++ b/src/_style.scss @@ -56,6 +56,10 @@ $apple-focus-black: $apple-black; box-sizing: content-box; } +.form-control { + width: 500px; +} + .btn-social { display: flex; flex-direction: row; @@ -306,6 +310,9 @@ $apple-focus-black: $apple-black; .tpa-container { justify-content: center; } + .form-control { + width: 100%; + } } @media (max-width: 450px) {