Merge pull request #6097 from gabrielbazan7/feat/verfpassphrase
adding verification option to passphrase and general refactor
This commit is contained in:
commit
270a7e3373
7 changed files with 211 additions and 120 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