mirror of
https://github.com/ansible/awx.git
synced 2026-04-14 06:29:25 -02:30
Merge pull request #10660 from nixocio/ui_issue_9554
Bump size of SSO icons login screen
This commit is contained in:
@@ -230,7 +230,7 @@ function AWXLogin({ alt, isAuthenticated }) {
|
|||||||
onClick={setSessionRedirect}
|
onClick={setSessionRedirect}
|
||||||
>
|
>
|
||||||
<Tooltip content={t`Sign in with Azure AD`}>
|
<Tooltip content={t`Sign in with Azure AD`}>
|
||||||
<AzureIcon />
|
<AzureIcon size="lg" />
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
</LoginMainFooterLinksItem>
|
</LoginMainFooterLinksItem>
|
||||||
);
|
);
|
||||||
@@ -244,7 +244,7 @@ function AWXLogin({ alt, isAuthenticated }) {
|
|||||||
onClick={setSessionRedirect}
|
onClick={setSessionRedirect}
|
||||||
>
|
>
|
||||||
<Tooltip content={t`Sign in with GitHub`}>
|
<Tooltip content={t`Sign in with GitHub`}>
|
||||||
<GithubIcon />
|
<GithubIcon size="lg" />
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
</LoginMainFooterLinksItem>
|
</LoginMainFooterLinksItem>
|
||||||
);
|
);
|
||||||
@@ -258,7 +258,7 @@ function AWXLogin({ alt, isAuthenticated }) {
|
|||||||
onClick={setSessionRedirect}
|
onClick={setSessionRedirect}
|
||||||
>
|
>
|
||||||
<Tooltip content={t`Sign in with GitHub Organizations`}>
|
<Tooltip content={t`Sign in with GitHub Organizations`}>
|
||||||
<GithubIcon />
|
<GithubIcon size="lg" />
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
</LoginMainFooterLinksItem>
|
</LoginMainFooterLinksItem>
|
||||||
);
|
);
|
||||||
@@ -272,7 +272,7 @@ function AWXLogin({ alt, isAuthenticated }) {
|
|||||||
onClick={setSessionRedirect}
|
onClick={setSessionRedirect}
|
||||||
>
|
>
|
||||||
<Tooltip content={t`Sign in with GitHub Teams`}>
|
<Tooltip content={t`Sign in with GitHub Teams`}>
|
||||||
<GithubIcon />
|
<GithubIcon size="lg" />
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
</LoginMainFooterLinksItem>
|
</LoginMainFooterLinksItem>
|
||||||
);
|
);
|
||||||
@@ -286,7 +286,7 @@ function AWXLogin({ alt, isAuthenticated }) {
|
|||||||
onClick={setSessionRedirect}
|
onClick={setSessionRedirect}
|
||||||
>
|
>
|
||||||
<Tooltip content={t`Sign in with GitHub Enterprise`}>
|
<Tooltip content={t`Sign in with GitHub Enterprise`}>
|
||||||
<GithubIcon />
|
<GithubIcon size="lg" />
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
</LoginMainFooterLinksItem>
|
</LoginMainFooterLinksItem>
|
||||||
);
|
);
|
||||||
@@ -302,7 +302,7 @@ function AWXLogin({ alt, isAuthenticated }) {
|
|||||||
<Tooltip
|
<Tooltip
|
||||||
content={t`Sign in with GitHub Enterprise Organizations`}
|
content={t`Sign in with GitHub Enterprise Organizations`}
|
||||||
>
|
>
|
||||||
<GithubIcon />
|
<GithubIcon size="lg" />
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
</LoginMainFooterLinksItem>
|
</LoginMainFooterLinksItem>
|
||||||
);
|
);
|
||||||
@@ -318,7 +318,7 @@ function AWXLogin({ alt, isAuthenticated }) {
|
|||||||
<Tooltip
|
<Tooltip
|
||||||
content={t`Sign in with GitHub Enterprise Teams`}
|
content={t`Sign in with GitHub Enterprise Teams`}
|
||||||
>
|
>
|
||||||
<GithubIcon />
|
<GithubIcon size="lg" />
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
</LoginMainFooterLinksItem>
|
</LoginMainFooterLinksItem>
|
||||||
);
|
);
|
||||||
@@ -332,7 +332,7 @@ function AWXLogin({ alt, isAuthenticated }) {
|
|||||||
onClick={setSessionRedirect}
|
onClick={setSessionRedirect}
|
||||||
>
|
>
|
||||||
<Tooltip content={t`Sign in with Google`}>
|
<Tooltip content={t`Sign in with Google`}>
|
||||||
<GoogleIcon />
|
<GoogleIcon size="lg" />
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
</LoginMainFooterLinksItem>
|
</LoginMainFooterLinksItem>
|
||||||
);
|
);
|
||||||
@@ -353,7 +353,7 @@ function AWXLogin({ alt, isAuthenticated }) {
|
|||||||
: t`Sign in with SAML`
|
: t`Sign in with SAML`
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
<UserCircleIcon />
|
<UserCircleIcon size="lg" />
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
</LoginMainFooterLinksItem>
|
</LoginMainFooterLinksItem>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user