Add password strength meter to backup creation UI

https://github.com/vector-im/riot-meta/issues/227
This commit is contained in:
David Baker 2018-11-23 15:50:23 +00:00
parent 0c6e98548e
commit 075c13a5bd
5 changed files with 205 additions and 39 deletions

View file

@ -19,8 +19,26 @@ limitations under the License.
padding: 20px
}
.mx_CreateKeyBackupDialog_primaryContainer::after {
content: "";
clear: both;
display: block;
}
.mx_CreateKeyBackupDialog_passPhraseHelp {
float: right;
width: 230px;
height: 85px;
margin-left: 20px;
font-size: 80%;
}
.mx_CreateKeyBackupDialog_passPhraseHelp progress {
width: 100%;
}
.mx_CreateKeyBackupDialog_passPhraseInput {
width: 300px;
width: 250px;
border: 1px solid $accent-color;
border-radius: 5px;
padding: 10px;