Improve send form: check if address is valid using bitcore
This commit is contained in:
parent
5cfff0a189
commit
9d1f0082ea
3 changed files with 32 additions and 10 deletions
|
|
@ -197,11 +197,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) {
|
||||
|
|
@ -244,9 +246,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