From 2bb5a1d6efdc23e560c873f021180d24c1ba4ef4 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Wed, 23 Jan 2019 13:19:32 -0600 Subject: [PATCH] Clear out other login link styles --- res/css/structures/auth/_Login.scss | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/res/css/structures/auth/_Login.scss b/res/css/structures/auth/_Login.scss index ac4ea98f28..84f43e0ca6 100644 --- a/res/css/structures/auth/_Login.scss +++ b/res/css/structures/auth/_Login.scss @@ -73,12 +73,6 @@ limitations under the License. display: block; text-align: center; width: 100%; - font-size: 13px; - opacity: 0.8; -} - -.mx_Login_create:link { - color: $primary-fg-color; } .mx_Login_prompt { @@ -90,14 +84,9 @@ limitations under the License. .mx_Login_sso_link { display: block; text-align: center; - font-size: 15px; margin-bottom: 20px; } -.mx_Login_sso_link:link { - color: $primary-fg-color; -} - .mx_Login_loader { display: inline; position: relative;