diff --git a/circuits-files/deposit-proving_key.bin b/circuits-files/deposit-proving_key.bin
new file mode 100644
index 0000000..4d5a128
Binary files /dev/null and b/circuits-files/deposit-proving_key.bin differ
diff --git a/circuits-files/deposit.wasm b/circuits-files/deposit.wasm
new file mode 100644
index 0000000..fcbb11b
Binary files /dev/null and b/circuits-files/deposit.wasm differ
diff --git a/circuits-files/withdraw-proving_key.bin b/circuits-files/withdraw-proving_key.bin
new file mode 100644
index 0000000..b07105f
Binary files /dev/null and b/circuits-files/withdraw-proving_key.bin differ
diff --git a/circuits-files/withdraw.wasm b/circuits-files/withdraw.wasm
new file mode 100644
index 0000000..53510cf
Binary files /dev/null and b/circuits-files/withdraw.wasm differ
diff --git a/css/style.css b/css/style.css
index 6d33a33..ce9dd7b 100644
--- a/css/style.css
+++ b/css/style.css
@@ -73,24 +73,6 @@ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc66ff', end
-webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}
-#qrcode > img {
- border: 8px solid #ffffff;
-}
-
-.upload-btn-wrapper {
- position: relative;
- overflow: hidden;
- display: inline-block;
-}
-
-.upload-btn-wrapper input[type=file] {
- font-size: 100px;
- position: absolute;
- left: 0;
- top: 0;
- opacity: 0;
-}
-
.balanceBox {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cc66ff+0,FF00B9+98 */
background: #cc66ff; /* Old browsers */
@@ -106,6 +88,14 @@ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc66ff', end
padding: 10px;
/* box-shadow: 0px 0px 30px grey; */
}
+
.balanceBox > h3 {
font-weight: 900;
}
+
+.alertBox {
+ border: 1px #FF00B9 solid;
+ border-radius: 5px;
+ padding: 20px;
+ color: #FF00B9;
+}
diff --git a/index.html b/index.html
index 86939e6..91bd756 100644
--- a/index.html
+++ b/index.html
@@ -53,7 +53,10 @@
From Esperanto, miksi (miks·i): to mingle, to blend, to mix, to shuffle
Ethereum trustless zk-mixer.
-
+
+