Contract Withdraw call successfully called with zkproof

This commit is contained in:
arnaucube
2020-05-14 19:43:30 +02:00
parent 693d634064
commit ae07f70444
4 changed files with 177 additions and 25 deletions

View File

@@ -6,15 +6,16 @@
.card,
.list-group-item,
input,
textarea,
.nav-link {
background: none!important;
border-color: #3b4145;
}
.dark-theme input {
color: #FF00B9;
.dark-theme input, textarea {
color: #FF00B9!important;
}
.dark-theme input:focus {
color: #FF00B9;
.dark-theme input:focus, textarea:focus {
color: #FF00B9!important;
box-shadow: 0px 0px 5px #FF00B9!important;
border: none;
}