From 8c85040a9226d99562cc6e6981f5a32c44f7983d Mon Sep 17 00:00:00 2001 From: Mateusz Mandera Date: Tue, 22 Oct 2019 00:05:05 +0200 Subject: [PATCH] css: Fix azuread-wrapper name. It should be azuread-oauth2-wrapper, as the name of the corresponding backend is 'azuread-oauth2'. Without the correct name, the icon isn't showing on the "Log in with AzureAD" button. --- static/styles/portico/portico-signin.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/styles/portico/portico-signin.scss b/static/styles/portico/portico-signin.scss index 333843fb20..842e5cdc45 100644 --- a/static/styles/portico/portico-signin.scss +++ b/static/styles/portico/portico-signin.scss @@ -652,7 +652,7 @@ button.login-social-button:active { transform: translateX(15px) translateY(13px); } -.azuread-wrapper::before { +.azuread-oauth2-wrapper::before { content: "\f17a"; position: absolute;