diff --git a/assets/_variables.scss b/assets/_variables.scss index 604598fa6..cc3bfa3ee 100644 --- a/assets/_variables.scss +++ b/assets/_variables.scss @@ -8,6 +8,7 @@ --black-primary: #161617; --radius: 4px; --radius-2: 8px; + --slider-bg: #5E5E5E; } [trade-theme="default"] { @@ -60,6 +61,8 @@ --table-background: #212121; --dialog-background: #212121; --card-number: #161617; + --disabled-indicator: #C4C4C4; + --access-indicator: #66C167; // buttons --btn-default: #333333; @@ -77,6 +80,7 @@ --text-grey-thirdly: #bdbdbd; --text-dark: #888; --text-disable: #BEC6CB; + --text-transparent: rgba(242, 242, 242, 0.3); --card-shadow: 0px -0.5px 0px rgba(0, 0, 0, 0.2); --dropdown-shadow: 0px 12px 24px 0px rgba(18, 18, 18, 0.16); @@ -90,6 +94,7 @@ --active-row: #282828; --border-1: 1px solid rgba(60, 60, 67, 0.36); + --border-1-color: rgba(60, 60, 67, 0.36); --border-2: 2px solid #3F3F3F; --selector-bg: #282828; @@ -112,6 +117,8 @@ --normal-card-shadow: #00000080; --cancel: #c4c4c4; + + --select-color: #333333; } .theme-light { @@ -132,6 +139,8 @@ --dialog-background: #f5f5f9; --chart-actions-background: #d4d7dE; --card-number: #f0f0f0; + --disabled-indicator: #C4C4C4; + --access-indicator: #66C167; // buttons --btn-default: #E6E8EB; @@ -141,14 +150,14 @@ --hover: rgba(200, 200, 200, 0.5); --dark-btn-sm: #e0e0e0; --swap-tab-active: #e0e0e0; - --text-default: #303133; - --text-theme: #fff; + --text-theme: #fff; --text-contrast: #000; --text-secondary: #606266; --text-dark: #aaa; --text-grey-thirdly: #787878; - --text-disable: #303133; + --text-disable: #c4c4c4; + --text-transparent: rgba(0, 0, 0, 0.3); --border-color: #CDD0D6; @@ -158,6 +167,7 @@ --active-row: #c2deff; --border-1: 1px solid rgba(60, 60, 67, 0.36); + --border-1-color: rgba(60, 60, 67, 0.36); --border-2: 2px solid #CDD0D6; --selector-bg: #dcdfe6; @@ -178,5 +188,6 @@ --cancel: #303133; --normal-card-shadow: #aaaaaa8a; + --select-color: #ffffff; } diff --git a/assets/dark.css b/assets/dark.css index 9f52b8479..b76922e52 100644 --- a/assets/dark.css +++ b/assets/dark.css @@ -6123,7 +6123,9 @@ } .el-notification__content p { - margin: 0 + margin: 0; + white-space: normal; + text-align: left; } .el-notification__icon { @@ -6416,14 +6418,14 @@ .el-tooltip__popper[x-placement^=bottom] .popper__arrow { top: -6px; border-top-width: 0; - border-bottom-color: #F2F2F2 + border-bottom-color: #161617 } .el-tooltip__popper[x-placement^=bottom] .popper__arrow::after { top: 1px; margin-left: -5px; border-top-width: 0; - border-bottom-color: #F2F2F2 + border-bottom-color: #161617 } .el-tooltip__popper[x-placement^=right] { @@ -11624,7 +11626,7 @@ .el-popper .popper__arrow, .el-popper .popper__arrow::after { position: absolute; - display: block; + display: none !important; width: 0; height: 0; border-color: transparent; @@ -12934,7 +12936,7 @@ } .el-input.is-disabled .el-input__inner { - background-color: #000; + background-color: #212121; border-color: transparent; color: #C0C4CC; cursor: not-allowed diff --git a/assets/icons/avatar.png b/assets/icons/avatar.png new file mode 100644 index 000000000..b2192441a Binary files /dev/null and b/assets/icons/avatar.png differ diff --git a/assets/icons/matic.png b/assets/icons/matic.png new file mode 100644 index 000000000..67367b41e Binary files /dev/null and b/assets/icons/matic.png differ diff --git a/assets/icons/pbtc.png b/assets/icons/pbtc.png new file mode 100644 index 000000000..5c20008e3 Binary files /dev/null and b/assets/icons/pbtc.png differ diff --git a/assets/icons/sol.png b/assets/icons/sol.png new file mode 100644 index 000000000..d3dffebf0 Binary files /dev/null and b/assets/icons/sol.png differ diff --git a/assets/icons/telos.png b/assets/icons/telos.png index e496a20e5..e9cab767d 100644 Binary files a/assets/icons/telos.png and b/assets/icons/telos.png differ diff --git a/assets/icons/usdc.png b/assets/icons/usdc.png new file mode 100644 index 000000000..706f50a62 Binary files /dev/null and b/assets/icons/usdc.png differ diff --git a/assets/icons/usdt.png b/assets/icons/usdt.png new file mode 100644 index 000000000..aad00b358 Binary files /dev/null and b/assets/icons/usdt.png differ diff --git a/assets/icons/ux.png b/assets/icons/ux.png new file mode 100644 index 000000000..7db11dc6b Binary files /dev/null and b/assets/icons/ux.png differ diff --git a/assets/icons/wax.png b/assets/icons/wax.png index df4251490..4f7b6b670 100644 Binary files a/assets/icons/wax.png and b/assets/icons/wax.png differ diff --git a/assets/icons/weth.png b/assets/icons/weth.png new file mode 100644 index 000000000..edb6b9450 Binary files /dev/null and b/assets/icons/weth.png differ diff --git a/assets/light.css b/assets/light.css index d5b17f75e..3ed277b46 100644 --- a/assets/light.css +++ b/assets/light.css @@ -6115,7 +6115,9 @@ } .el-notification__content p { - margin: 0 + margin: 0; + white-space: normal; + text-align: left; } .el-notification__icon { @@ -11575,7 +11577,7 @@ .el-popper .popper__arrow, .el-popper .popper__arrow::after { position: absolute; - display: block; + display: none !important; width: 0; height: 0; border-color: transparent; @@ -11590,7 +11592,8 @@ .el-popper .popper__arrow::after { content: " "; - border-width: 6px + border-width: 6px; + display: none !important; } .el-popper[x-placement^=top] { diff --git a/assets/logos/wombat_dark.png b/assets/logos/wombat_dark.png new file mode 100644 index 000000000..f5133807f Binary files /dev/null and b/assets/logos/wombat_dark.png differ diff --git a/assets/logos/wombat.png b/assets/logos/wombat_light.png similarity index 100% rename from assets/logos/wombat.png rename to assets/logos/wombat_light.png diff --git a/assets/main.scss b/assets/main.scss index fa66a2925..e12609bb4 100755 --- a/assets/main.scss +++ b/assets/main.scss @@ -23,6 +23,12 @@ body { transition: 0.3s; } +body { + overflow-x: hidden; + overflow-y: visible; + height: 100vh; +} + .j-container { width: 100%; margin: auto; @@ -834,6 +840,10 @@ a { color: var(--text-grey-thirdly) !important; } +.color-green { + color: var(--main-green) !important; +} + .weight-700 { font-weight: 700; } @@ -943,6 +953,19 @@ a { .gap-6 { gap: 6px; } +.fs-14 { + font-size: 14px; +} +.fs-48 { + font-size: 48px; +} +.fs-24 { + font-size: 24px; +} + +.br-4 { + border-radius: 4px; +} .gap-8 { gap: 8px; @@ -1030,6 +1053,9 @@ a { color: var(--text-contrast) !important; } +.grey-border { + border: 1px solid var(--border-color); +} .active-border { border: 1px solid var(--main-green); height: fit-content; @@ -1101,3 +1127,19 @@ a { .rot-90 { transform: rotate(90deg) !important; } + +.text-decoration-underline { + text-decoration: underline; +} +.gap-16 { + gap: 16px; +} +.gap-21 { + gap: 21px; +} +.gap-30 { + gap: 30px; +} +.gap-32 { + gap: 32px; +} diff --git a/assets/tokens/eos/tlos_eosio.token.png b/assets/tokens/eos/tlos_eosio.token.png new file mode 100644 index 000000000..acfa036d4 Binary files /dev/null and b/assets/tokens/eos/tlos_eosio.token.png differ diff --git a/assets/tokens/eos/utx-ibc.wt.ux.png b/assets/tokens/eos/utx_eosio.tocken.png similarity index 100% rename from assets/tokens/eos/utx-ibc.wt.ux.png rename to assets/tokens/eos/utx_eosio.tocken.png diff --git a/assets/tokens/eos/utx_ibc.wt.ux.png b/assets/tokens/eos/utx_ibc.wt.ux.png new file mode 100644 index 000000000..d5ab29633 Binary files /dev/null and b/assets/tokens/eos/utx_ibc.wt.ux.png differ diff --git a/assets/tokens/proton/fsh_fishtankdao.png b/assets/tokens/proton/fsh_fishtankdao.png new file mode 100644 index 000000000..bebda9c90 Binary files /dev/null and b/assets/tokens/proton/fsh_fishtankdao.png differ diff --git a/assets/tokens/telos/eos_eosio.token.png b/assets/tokens/telos/eos_eosio.token.png new file mode 100755 index 000000000..f671fbc55 Binary files /dev/null and b/assets/tokens/telos/eos_eosio.token.png differ diff --git a/assets/tokens/telos/eos_ibc.wt.eos.png b/assets/tokens/telos/eos_ibc.wt.eos.png index 09a12b1d3..8cdf9bd48 100644 Binary files a/assets/tokens/telos/eos_ibc.wt.eos.png and b/assets/tokens/telos/eos_ibc.wt.eos.png differ diff --git a/assets/tokens/wax/eos_eosio.token.png b/assets/tokens/wax/eos_eosio.token.png new file mode 100755 index 000000000..f671fbc55 Binary files /dev/null and b/assets/tokens/wax/eos_eosio.token.png differ diff --git a/assets/tokens/wax/eos_ibc.wt.eos.png b/assets/tokens/wax/eos_ibc.wt.eos.png new file mode 100644 index 000000000..8cdf9bd48 Binary files /dev/null and b/assets/tokens/wax/eos_ibc.wt.eos.png differ diff --git a/assets/tokens/wax/tlos_eosio.token.png b/assets/tokens/wax/tlos_eosio.token.png new file mode 100644 index 000000000..acfa036d4 Binary files /dev/null and b/assets/tokens/wax/tlos_eosio.token.png differ diff --git a/assets/tokens/wax/tlos_ibc.wt.tlos.png b/assets/tokens/wax/tlos_ibc.wt.tlos.png new file mode 100644 index 000000000..acfa036d4 Binary files /dev/null and b/assets/tokens/wax/tlos_ibc.wt.tlos.png differ diff --git a/assets/tokens/wax/utx_eosio.token.png b/assets/tokens/wax/utx_eosio.token.png new file mode 100644 index 000000000..d5ab29633 Binary files /dev/null and b/assets/tokens/wax/utx_eosio.token.png differ diff --git a/assets/tokens/wax/utx_ibc.wt.ux.png b/assets/tokens/wax/utx_ibc.wt.ux.png new file mode 100644 index 000000000..d5ab29633 Binary files /dev/null and b/assets/tokens/wax/utx_ibc.wt.ux.png differ diff --git a/components/AlcorButton.vue b/components/AlcorButton.vue index f02586be2..7a0e42e02 100644 --- a/components/AlcorButton.vue +++ b/components/AlcorButton.vue @@ -1,6 +1,6 @@