From 3f8dda6f5ad676c976fd5ae575a6790fdb505449 Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Fri, 29 Jul 2016 14:58:37 -0400 Subject: PLT-3633 EE: Add Google and Office365 SSO through OAuth2 (#3660) * EE: Add Google and Office365 SSO through OAuth2 * Add localization strings * Text tweaks for PLT-3633 * Added sign-up button for Office 365 * Updated some error messages and a bit of licensing * Updated sign-in method section in user settings to include Google and Office365 * Added more localization strings --- webapp/sass/routes/_signup.scss | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'webapp/sass/routes/_signup.scss') diff --git a/webapp/sass/routes/_signup.scss b/webapp/sass/routes/_signup.scss index 804e4c890..8315f8890 100644 --- a/webapp/sass/routes/_signup.scss +++ b/webapp/sass/routes/_signup.scss @@ -256,6 +256,23 @@ } } + &.office365 { + background: #0079d6; + + &:hover { + background: darken(#0079d6, 10%); + } + + span { + vertical-align: middle; + } + + .icon { + margin-left:-10px; + background-image: url('../images/office365Logo.png'); + } + } + &.ldap { background: #dd4b39; -- cgit v1.2.3-1-g7c22