From f6e70cefdf427dca2d99990774499f7b8ab1d49f Mon Sep 17 00:00:00 2001 From: Siddharth Varshney Date: Wed, 25 Mar 2020 16:14:14 +0530 Subject: [PATCH] css: Use SCSS nesting for `.login-form` in portico.scss. --- static/styles/portico/portico.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/static/styles/portico/portico.scss b/static/styles/portico/portico.scss index 32c9e1c266..33df381a60 100644 --- a/static/styles/portico/portico.scss +++ b/static/styles/portico/portico.scss @@ -999,6 +999,11 @@ input.new-organization-button { /* plus input padding. */ width: calc(300px - -28px); margin-bottom: 10px; + + .direct-label { + margin-top: 50px; + margin-bottom: 6px; + } } .login-form, @@ -1012,11 +1017,6 @@ input.new-organization-button { } } -.login-form .direct-label { - margin-top: 50px; - margin-bottom: 6px; -} - .login-forgot-password { float: right; line-height: 40px;