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;