css: Use SCSS nesting for .login-form in portico.scss.

This commit is contained in:
Siddharth Varshney 2020-03-25 16:14:14 +05:30 committed by Tim Abbott
parent 48873669e8
commit f6e70cefdf

View File

@ -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;