adding verification option to passphrase on create personal wallet
This commit is contained in:
parent
044de850ec
commit
511281af2a
3 changed files with 63 additions and 13 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue