From 52777681d11b1331e8277e481e77122e12e273ca Mon Sep 17 00:00:00 2001 From: nixocio Date: Thu, 15 Jul 2021 13:47:12 -0400 Subject: [PATCH] Bump size of SSO icons login screen Bump size of SSO icons login screen closes: https://github.com/ansible/awx/issues/9554 --- awx/ui_next/src/screens/Login/Login.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/awx/ui_next/src/screens/Login/Login.js b/awx/ui_next/src/screens/Login/Login.js index b16419c6d0..45ce8bfe5f 100644 --- a/awx/ui_next/src/screens/Login/Login.js +++ b/awx/ui_next/src/screens/Login/Login.js @@ -230,7 +230,7 @@ function AWXLogin({ alt, isAuthenticated }) { onClick={setSessionRedirect} > - + ); @@ -244,7 +244,7 @@ function AWXLogin({ alt, isAuthenticated }) { onClick={setSessionRedirect} > - + ); @@ -258,7 +258,7 @@ function AWXLogin({ alt, isAuthenticated }) { onClick={setSessionRedirect} > - + ); @@ -272,7 +272,7 @@ function AWXLogin({ alt, isAuthenticated }) { onClick={setSessionRedirect} > - + ); @@ -286,7 +286,7 @@ function AWXLogin({ alt, isAuthenticated }) { onClick={setSessionRedirect} > - + ); @@ -302,7 +302,7 @@ function AWXLogin({ alt, isAuthenticated }) { - + ); @@ -318,7 +318,7 @@ function AWXLogin({ alt, isAuthenticated }) { - + ); @@ -332,7 +332,7 @@ function AWXLogin({ alt, isAuthenticated }) { onClick={setSessionRedirect} > - + ); @@ -353,7 +353,7 @@ function AWXLogin({ alt, isAuthenticated }) { : t`Sign in with SAML` } > - + );