@@ -145,13 +145,6 @@ p {
.text {
@apply text-white text-center;
}
-.blur-container-row {
- @apply flex flex-row justify-center items-center px-8 py-6 gap-2 rounded-lg shadow-md shadow-gray-600 backdrop-blur-md mt-8 max-w-screen-sm;
-}
-
-.blur-container {
- @apply flex w-full max-w-xs md:max-w-lg flex-col justify-center items-center px-8 py-6 gap-4 rounded-lg shadow-md shadow-gray-600 backdrop-blur-md mt-10;
-}
.last-release-info {
@apply font-medium text-base text-gray-900;
diff --git a/src/components/CustomModal/CustomModal.vue b/src/components/CustomModal/CustomModal.vue
index f68de25..5fed482 100644
--- a/src/components/CustomModal/CustomModal.vue
+++ b/src/components/CustomModal/CustomModal.vue
@@ -17,50 +17,52 @@ if (props.isRedirectModal) {
-
-
-
-
- - ATENÇÃO! - A transação só será processada após inserir o código de autenticação. - Caso contrário não conseguiremos comprovar o seu depósito e não será - possível transferir os tokens para sua carteira. -
- -
-
-
- Retomar a última compra? -
-
+
+
+
diff --git a/src/components/ListingComponent/ListingComponent.vue b/src/components/ListingComponent/ListingComponent.vue
index f7cbf1d..f967286 100644
--- a/src/components/ListingComponent/ListingComponent.vue
+++ b/src/components/ListingComponent/ListingComponent.vue
@@ -162,10 +162,10 @@ showInitialItems();
-
+
+ + ATENÇÃO! + A transação só será processada após inserir o código de autenticação. + Caso contrário não conseguiremos comprovar o seu depósito e não será + possível transferir os tokens para sua carteira. +
-
+
+
- Sim - + Retomar a última compra? +
+
+
+
+
+
-
+
-
+
@@ -60,10 +60,6 @@ const props = defineProps({
@apply text-white text-center;
}
-.blur-container {
- @apply flex flex-col justify-center items-center sm:px-8 px-6 py-6 gap-2 rounded-lg shadow-md shadow-gray-600 backdrop-blur-md mt-10;
-}
-
input[type="number"] {
-moz-appearance: textfield;
}
diff --git a/src/components/QrCodeComponent.vue b/src/components/QrCodeComponent.vue
index 4cf2c05..f501101 100644
--- a/src/components/QrCodeComponent.vue
+++ b/src/components/QrCodeComponent.vue
@@ -97,7 +97,7 @@ onUnmounted(() => {
autenticação para enviar a transação para a rede.
-
+
diff --git a/src/components/SearchComponent.vue b/src/components/SearchComponent.vue
index 49896b2..7339a44 100644
--- a/src/components/SearchComponent.vue
+++ b/src/components/SearchComponent.vue
@@ -126,7 +126,7 @@ const enableOrDisableConfirmButton = (): void => {
enableConfirmButton.value = true;
else if (
selectedRootstockDeposit.value &&
- networkName.value == NetworkEnum.polygon
+ networkName.value != NetworkEnum.rootstock
)
enableConfirmButton.value = true;
else enableConfirmButton.value = false;
@@ -155,7 +155,7 @@ watch(walletAddress, (): void => {
tokens após realizar o Pix
-
+
-
{
placeholder="0 "
step=".01"
/>
-
@@ -315,10 +317,6 @@ watch(walletAddress, (): void => {
@apply text-white text-center;
}
-.blur-container {
- @apply flex flex-col justify-center items-center px-8 py-6 gap-2 rounded-lg shadow-md shadow-gray-600 mt-10 max-w-screen-sm;
-}
-
input[type="number"] {
-moz-appearance: textfield;
}
diff --git a/src/components/SellerSteps/SellerSearchComponent.vue b/src/components/SellerSteps/SellerSearchComponent.vue
index 127cb4e..b3de2e9 100644
--- a/src/components/SellerSteps/SellerSearchComponent.vue
+++ b/src/components/SellerSteps/SellerSearchComponent.vue
@@ -54,7 +54,7 @@ const handleInputEvent = (event: any): void => {
tokens após realizar o Pix
+
-
+
+
-
-
-
- {{ token }}
-
-
-
-
+
+
+ {{ token }}
+
+
+ +
+
+
+
+
@@ -153,10 +153,6 @@ const handleInputEvent = (event: any): void => {
@apply text-white text-center;
}
-.blur-container {
- @apply flex flex-col justify-center items-center px-8 py-6 gap-2 rounded-lg shadow-md shadow-gray-600 backdrop-blur-md mt-10;
-}
-
input[type="number"] {
-moz-appearance: textfield;
}
diff --git a/src/components/SellerSteps/SendNetwork.vue b/src/components/SellerSteps/SendNetwork.vue
index e8683f6..5cf7c86 100644
--- a/src/components/SellerSteps/SendNetwork.vue
+++ b/src/components/SellerSteps/SendNetwork.vue
@@ -26,7 +26,7 @@ const props = defineProps({
os tokens de volta.
-
+
{
- {{ sellerView ? "Quero comprar" : "Quero vender" }}
+
- {{ sellerView ? "Quero comprar" : "Quero vender" }}
+
-
@@ -75,10 +75,6 @@ p {
@apply text-white text-center;
}
-.blur-container {
- @apply flex flex-col justify-center items-center px-8 py-6 gap-2 rounded-lg shadow-md shadow-gray-600 backdrop-blur-md mt-8 max-w-screen-sm;
-}
-
.last-deposit-info {
@apply font-medium text-base;
}
diff --git a/src/components/SellerSteps/WantSellComponent.vue b/src/components/SellerSteps/WantSellComponent.vue
index 2afd9fe..34c2656 100644
--- a/src/components/SellerSteps/WantSellComponent.vue
+++ b/src/components/SellerSteps/WantSellComponent.vue
@@ -101,7 +101,7 @@ const handleSellClick = async (
envio da transação e confirme sua oferta.
-
+
@@ -241,10 +245,6 @@ const handleSellClick = async (
@apply text-white text-center;
}
-.blur-container {
- @apply flex flex-col justify-center items-center px-8 py-6 gap-2 rounded-lg shadow-md shadow-gray-600 mt-10 max-w-screen-sm;
-}
-
input[type="number"] {
-moz-appearance: textfield;
appearance: textfield;
diff --git a/src/components/TopBar/TopBar.vue b/src/components/TopBar/TopBar.vue
index d26cce5..26f2328 100644
--- a/src/components/TopBar/TopBar.vue
+++ b/src/components/TopBar/TopBar.vue
@@ -113,82 +113,7 @@ onClickOutside(infoMenuRef, () => {
-
@@ -194,6 +194,10 @@ const handleSellClick = async (
type="text"
v-model="pixKey"
class="border-none outline-none sm:text-lg text-sm text-gray-900 w-fit"
+ :class="{
+ '!font-medium': pixKey !== undefined && pixKey !== '',
+ 'text-xl': pixKey !== undefined && pixKey !== '',
+ }"
placeholder="Digite a chave Pix"
/>
+
-
+
+
-
-
-
- {{ token }}
-
-
-
-
+
+
+ {{ token }}
+
+
+
-
+
+
-
-
- {
"
>
+
+ Menu
-
+ {{ sellerView ? "Quero comprar" : "Quero vender" }}
+
+ {{ sellerView ? "Quero comprar" : "Quero vender" }}
+
+
-
-
-
-
{
height="24"
width="24"
/>
-
+
{{ Networks[etherStore.networkName].chainName }}
-
+ >
+
+
-
-
+
+
+
-
+
{
width="20"
height="20"
:src="getNetworkImage(NetworkEnum[network])"
+ class="mr-2 ml-1"
/>
-
+
{{ chainData.chainName }}
@@ -285,7 +304,7 @@ onClickOutside(infoMenuRef, () => {
-
@@ -450,6 +481,13 @@ header {
@apply sm:px-4 px-3 py-2 rounded text-gray-50 font-semibold sm:text-base text-xs hover:bg-transparent;
}
+.topbar-text {
+ @apply text-gray-50 font-semibold sm:text-base mt-0.5 transition-all duration-500;
+}
+.topbar-link {
+ @apply mt-0.5 hover:border-b-2 border-b-2 border-transparent hover:!border-white;
+}
+
.account-info {
@apply flex items-center gap-6;
}
@@ -459,7 +497,7 @@ header {
}
.top-bar-info {
- @apply flex justify-between gap-2 px-4 py-2 border-amber-500 border-2 sm:rounded rounded-lg items-center;
+ @apply flex justify-between items-center gap-2 px-4 py-2 border-amber-500 border-2 sm:rounded rounded-lg;
}
.redirect_button {
@@ -474,9 +512,26 @@ a:hover {
@apply bg-gray-200 rounded;
}
+.lg-view {
+ display: inline-block;
+}
+.sm-view {
+ display: none;
+}
+
.mobile-menu {
margin-top: 1400px;
bottom: 0px;
height: auto;
}
+
+@media screen and (max-width: 500px) {
+ .lg-view {
+ display: none;
+ }
+
+ .sm-view {
+ display: inline-block;
+ }
+}
diff --git a/src/main.ts b/src/main.ts
index 1fa42f8..54e2868 100644
--- a/src/main.ts
+++ b/src/main.ts
@@ -4,6 +4,7 @@ import router from "./router";
import { createPinia } from "pinia";
import "./assets/main.css";
+import "./assets/transitions.css";
const app = createApp(App);
diff --git a/src/views/FaqView.vue b/src/views/FaqView.vue
index 03fb430..96cf3a8 100644
--- a/src/views/FaqView.vue
+++ b/src/views/FaqView.vue
@@ -134,11 +134,4 @@ h4 {
.text {
@apply text-white text-center;
}
-.blur-container-row {
- @apply flex flex-row justify-center items-center px-8 py-6 gap-2 rounded-lg shadow-md shadow-gray-600 backdrop-blur-md mt-8 max-w-screen-sm;
-}
-
-.blur-container {
- @apply flex flex-col justify-center items-center px-8 py-6 gap-2 rounded-lg shadow-md shadow-gray-600 backdrop-blur-md mt-8 max-w-screen-sm;
-}
diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue
index 76b95de..b40afed 100644
--- a/src/views/HomeView.vue
+++ b/src/views/HomeView.vue
@@ -120,46 +120,48 @@ onMounted(async () => {
-
+
+
{
]
"
>
-
-
+
+
{{ formatWalletAddress() }}
-
-
-
-
+
-
-
- Gerenciar Ofertas
-
-
+ >
+
-
-
-
- -
+
+
+
+
+
+
+
+ Gerenciar Ofertas
+
+
+
+
+
+ +
+
+ Desconectar
+
+
+
-
+
-
-
-
-
-
-
+
diff --git a/src/views/ManageBidsView.vue b/src/views/ManageBidsView.vue
index 8ee3444..c5f9f76 100644
--- a/src/views/ManageBidsView.vue
+++ b/src/views/ManageBidsView.vue
@@ -86,30 +86,32 @@ watch(networkName, async () => {
-
+
+
+
+
+
-
+
+
+
-
- Por Favor Conecte Sua Carteira
-
-
- Gerenciar Ofertas
-
-
-
-
+
-
+
+
diff --git a/src/views/SellerView.vue b/src/views/SellerView.vue
index f4381d6..dfd53d9 100644
--- a/src/views/SellerView.vue
+++ b/src/views/SellerView.vue
@@ -61,29 +61,31 @@ const sendNetwork = async () => {
-
+
+ Por Favor Conecte Sua Carteira
+
+
+ Gerenciar Ofertas
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+