From 9d2bfdc0c0d49d7b4ee259024814d55f8faf7a8e Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Tue, 22 Jan 2019 11:50:11 -0600 Subject: [PATCH] Fix CSS indentation level --- res/css/views/auth/_AuthFooter.scss | 14 +++++++------- res/css/views/auth/_AuthHeader.scss | 8 ++++---- res/css/views/auth/_AuthPage.scss | 28 ++++++++++++++-------------- 3 files changed, 25 insertions(+), 25 deletions(-) diff --git a/res/css/views/auth/_AuthFooter.scss b/res/css/views/auth/_AuthFooter.scss index 4737513125..0d9e59e7df 100644 --- a/res/css/views/auth/_AuthFooter.scss +++ b/res/css/views/auth/_AuthFooter.scss @@ -15,14 +15,14 @@ limitations under the License. */ .mx_AuthFooter { - display: block; - text-align: center; - margin-top: 15px; - width: 100%; - font-size: 13px; - opacity: 0.8; + display: block; + text-align: center; + margin-top: 15px; + width: 100%; + font-size: 13px; + opacity: 0.8; } .mx_AuthFooter a:link { - color: $primary-fg-color; + color: $primary-fg-color; } diff --git a/res/css/views/auth/_AuthHeader.scss b/res/css/views/auth/_AuthHeader.scss index 58df178aa9..426215dc62 100644 --- a/res/css/views/auth/_AuthHeader.scss +++ b/res/css/views/auth/_AuthHeader.scss @@ -15,11 +15,11 @@ limitations under the License. */ .mx_AuthHeader_logo { - text-align: center; - height: 150px; - margin-bottom: 45px; + text-align: center; + height: 150px; + margin-bottom: 45px; } .mx_AuthHeader_logo img { - max-height: 100% + max-height: 100% } diff --git a/res/css/views/auth/_AuthPage.scss b/res/css/views/auth/_AuthPage.scss index 6916f1d92a..8dae4ca64e 100644 --- a/res/css/views/auth/_AuthPage.scss +++ b/res/css/views/auth/_AuthPage.scss @@ -15,26 +15,26 @@ limitations under the License. */ .mx_AuthPage { - width: 100%; - height: 100%; + width: 100%; + height: 100%; - display: flex; - align-items: center; - justify-content: center; + display: flex; + align-items: center; + justify-content: center; - overflow: auto; + overflow: auto; } .mx_AuthPage h2 { - font-weight: 300; - margin-top: 32px; - margin-bottom: 20px; + font-weight: 300; + margin-top: 32px; + margin-bottom: 20px; } .mx_AuthPage_modal { - width: 300px; - min-height: 450px; - padding-top: 50px; - padding-bottom: 50px; - margin: auto; + width: 300px; + min-height: 450px; + padding-top: 50px; + padding-bottom: 50px; + margin: auto; }