css: Reorder `.login-form` in portico.scss.

This commit is contained in:
Siddharth Varshney 2020-03-25 16:03:31 +05:30 committed by Tim Abbott
parent 51f5475ac8
commit cdbdffe92d
1 changed files with 7 additions and 7 deletions

View File

@ -975,13 +975,6 @@ input#terminal:checked ~ #tab-terminal {
}
}
.login-form {
margin: auto;
/* plus input padding. */
width: calc(300px + 28px);
margin-bottom: 10px;
}
.register-form {
display: inline-block;
text-align: center;
@ -1001,6 +994,13 @@ input.new-organization-button {
margin-right: auto;
}
.login-form {
margin: auto;
/* plus input padding. */
width: calc(300px - -28px);
margin-bottom: 10px;
}
.login-form .control-label,
.register-form .control-label {
margin-bottom: 2px;