Merge pull request #6097 from gabrielbazan7/feat/verfpassphrase

adding verification option to passphrase and general refactor
This commit is contained in:
Gustavo Maximiliano Cortez 2017-05-23 12:09:40 -03:00 committed by GitHub
commit 270a7e3373
7 changed files with 211 additions and 120 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 {