mirror of
https://github.com/arnaucube/miksi-app.git
synced 2026-02-07 03:36:50 +01:00
Contract Withdraw call successfully called with zkproof
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user