Switch ugly password boxes to Field or styled input

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2019-06-06 09:16:28 +01:00
parent 97019fbfb5
commit bd0e676b46
3 changed files with 32 additions and 22 deletions

View file

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