adding verification option to passphrase on create personal wallet

This commit is contained in:
Gabriel Bazán 2017-05-22 15:36:38 -03:00
commit 511281af2a
3 changed files with 63 additions and 13 deletions

View file

@ -95,6 +95,21 @@
font-size: 16px;
}
}
input[type="password"] {
border: none;
margin-left: -5px;
padding-left: 4px;
&.incorrect {
margin-right: 10px;
border: 1px solid;
color: #C90505;
}
&.correct {
margin-right: 10px;
border: 1px solid;
color: #00901B;
}
}
}
#tab-settings {