finished some functionality, design - wallet can be connected.

This commit is contained in:
StockiP
2022-11-02 19:54:47 +01:00
parent 1998506222
commit f2268d95d6
14 changed files with 131 additions and 47072 deletions

View File

@@ -1,4 +1,6 @@
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@100;200;300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap');
@tailwind base;
@tailwind components;
@@ -24,7 +26,7 @@ input[type="number"] {
);
}
.pink_gradient {
.green_gradient {
position: absolute;
top: 0%;
left: 0%;
@@ -32,7 +34,7 @@ input[type="number"] {
height: 123px;
border-radius: 50%;
background: #fb37ff;
background: #a1f35f;
filter: blur(200px);
}
@@ -51,7 +53,7 @@ input[type="number"] {
.gradient-border {
background: linear-gradient(
168.82deg,
#fb37ff 1.7%,
#88ce51 1.7%,
rgba(155, 111, 238, 0) 27.12%,
rgba(123, 127, 234, 0) 61.28%,
#1bb2de 99.52%