From d006c521c26f8623e908909d9b738bec2f1200af Mon Sep 17 00:00:00 2001 From: Ayush Kumar <2580ayush2580@gmail.com> Date: Thu, 28 Jan 2021 23:49:13 +0530 Subject: [PATCH] solved style-lint errors --- res/css/views/auth/_AuthHeader.scss | 2 +- res/css/views/auth/_AuthHeaderLogo.scss | 2 +- res/css/views/auth/_LanguageSelector.scss | 2 +- res/css/views/auth/_Welcome.scss | 1 - 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/res/css/views/auth/_AuthHeader.scss b/res/css/views/auth/_AuthHeader.scss index ea17723da4..13d5195160 100644 --- a/res/css/views/auth/_AuthHeader.scss +++ b/res/css/views/auth/_AuthHeader.scss @@ -26,4 +26,4 @@ limitations under the License. .mx_AuthHeader { display: none; } -} \ No newline at end of file +} diff --git a/res/css/views/auth/_AuthHeaderLogo.scss b/res/css/views/auth/_AuthHeaderLogo.scss index 7bc2a389c1..86f0313b68 100644 --- a/res/css/views/auth/_AuthHeaderLogo.scss +++ b/res/css/views/auth/_AuthHeaderLogo.scss @@ -28,4 +28,4 @@ limitations under the License. .mx_AuthHeaderLogo { display: none; } -} \ No newline at end of file +} diff --git a/res/css/views/auth/_LanguageSelector.scss b/res/css/views/auth/_LanguageSelector.scss index a039dce408..885ee7f30d 100644 --- a/res/css/views/auth/_LanguageSelector.scss +++ b/res/css/views/auth/_LanguageSelector.scss @@ -28,4 +28,4 @@ limitations under the License. .mx_AuthBody_language .mx_Dropdown_arrow { background: $authpage-lang-color; -} \ No newline at end of file +} diff --git a/res/css/views/auth/_Welcome.scss b/res/css/views/auth/_Welcome.scss index 6c16c953fa..894174d6e2 100644 --- a/res/css/views/auth/_Welcome.scss +++ b/res/css/views/auth/_Welcome.scss @@ -18,7 +18,6 @@ limitations under the License. display: flex; flex-direction: column; align-items: center; - &.mx_WelcomePage_registrationDisabled { .mx_ButtonCreateAccount { display: none;