updated password input behavior. fixes #762 & fixes #763

This commit is contained in:
Danny Coates
2018-02-21 09:54:53 -08:00
parent fa510af65a
commit 099012fac9
2 changed files with 20 additions and 5 deletions

View File

@@ -21,7 +21,10 @@
background-position: center;
background-size: 30px 30px;
background-repeat: no-repeat;
flex-basis: 20%;
}
.inputBtn--password {
flex: 0 0 200px;
}
@media (max-device-width: 520px), (max-width: 520px) {