From ef6c93c784a6628377db43d77a976683a4c5aa8b Mon Sep 17 00:00:00 2001 From: Qstick Date: Sun, 20 May 2018 01:02:46 -0400 Subject: [PATCH] Fixed: Stylelint Issues --- frontend/src/index.html | 4 ++-- frontend/src/login.html | 28 ++++++++++++++-------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/frontend/src/index.html b/frontend/src/index.html index 2012790de..65c0788c9 100644 --- a/frontend/src/index.html +++ b/frontend/src/index.html @@ -32,16 +32,16 @@ --> diff --git a/frontend/src/login.html b/frontend/src/login.html index 839baa614..7d71036f1 100644 --- a/frontend/src/login.html +++ b/frontend/src/login.html @@ -55,17 +55,17 @@ .panel-header { display: flex; justify-content: center; - background-color: #3a3f51; padding: 10px; - border-top-right-radius: 4px; border-top-left-radius: 4px; + border-top-right-radius: 4px; + background-color: #3a3f51; } .panel-body { - background-color: #fff; + padding: 20px; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; - padding: 20px; + background-color: #fff; } .sign-in { @@ -95,31 +95,31 @@ .button { overflow: hidden; + margin-top: 20px; + padding: 10px 0; + width: 100%; border: 1px solid; + border-color: #216044; border-radius: 4px; + background-color: #0b8750; + color: #fff; vertical-align: middle; text-align: center; white-space: nowrap; line-height: normal; - border-color: #216044; - background-color: #0b8750; - color: #fff; - width: 100%; - margin-top: 20px; - padding: 10px 0; } .button:hover { - text-decoration: none; border-color: #3483e7; background-color: #4b91ea; color: #fff; + text-decoration: none; } .copy { margin-top: 15px; - font-size: 14px; text-align: center; + font-size: 14px; } .remember-me-container { @@ -134,9 +134,9 @@ .forgot-password { margin-left: auto; - font-size: 13px; color: #909fa7; text-decoration: none; + font-size: 13px; } .forgot-password:focus, @@ -151,8 +151,8 @@ .login-failed { margin-top: 20px; - font-size: 14px; color: #f05050; + font-size: 14px; } .hidden {