Merge pull request #125 from cmgustavo/feature/05-send-form
Improve send form: check if address is valid using bitcore
This commit is contained in:
commit
c92498a028
4 changed files with 33 additions and 11 deletions
|
|
@ -201,11 +201,13 @@ span.panel-res {
|
|||
}
|
||||
|
||||
small.is-valid {
|
||||
color: #04B404;
|
||||
color: #04B404;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
small.has-error {
|
||||
color: #f04124;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@media (max-width: 641px) {
|
||||
|
|
@ -253,9 +255,7 @@ button.secondary:hover { background-color: #FFDF00 !important;}
|
|||
.m30a {margin: 30px auto;}
|
||||
.br100 {border-radius: 100%;}
|
||||
|
||||
|
||||
input.ng-dirty.ng-invalid {
|
||||
.signin input.ng-dirty.ng-invalid {
|
||||
border: 2px red solid;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue