Merge pull request #3071 from matrix-org/t3chguy/authentication_password_field

Switch ugly password boxes to Field or styled input
This commit is contained in:
J. Ryan Stinnett 2019-06-19 09:31:11 +01:00 committed by GitHub
commit 9591e6b0d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 35 additions and 27 deletions

View file

@ -55,4 +55,8 @@ limitations under the License.
.mx_InteractiveAuthEntryComponents_termsPolicy {
display: block;
}
}
.mx_InteractiveAuthEntryComponents_passwordSection {
width: 300px;
}

View file

@ -21,3 +21,7 @@ limitations under the License.
.mx_DeactivateAccountDialog .mx_DeactivateAccountDialog_input_section {
margin-top: 60px;
}
.mx_DeactivateAccountDialog .mx_DeactivateAccountDialog_input_section .mx_Field {
width: 300px;
}