fix(ui): os devs do bb usaram classe com numero errado, ao atualizar p/ nova versão quebrou devido a cor padrão, remover classe p/ adaptar p/ tailwind4

This commit is contained in:
2026-05-08 18:18:34 -03:00
committed by hueso
parent 0bc4e4ccf3
commit 36cd57b59e
5 changed files with 11 additions and 11 deletions

View File

@@ -90,7 +90,7 @@ onMounted(async () => {
</div> </div>
<div class="main-container"> <div class="main-container">
<div <div
class="flex flex-col w-full bg-white px-10 py-5 rounded-lg border-y-10" class="flex flex-col w-full bg-white px-10 py-5 rounded-lg"
> >
<div> <div>
<p>Tokens recebidos</p> <p>Tokens recebidos</p>

View File

@@ -252,7 +252,7 @@ const handleSubmit = async (e: Event): Promise<void> => {
<form class="main-container" @submit="handleSubmit"> <form class="main-container" @submit="handleSubmit">
<div class="backdrop-blur -z-10 w-full h-full"></div> <div class="backdrop-blur -z-10 w-full h-full"></div>
<div <div
class="flex flex-col w-full bg-white sm:px-10 px-6 py-5 rounded-lg border-y-10" class="flex flex-col w-full bg-white sm:px-10 px-6 py-5 rounded-lg"
> >
<div class="flex justify-between sm:w-full items-center"> <div class="flex justify-between sm:w-full items-center">
<input <input
@@ -387,7 +387,7 @@ const handleSubmit = async (e: Event): Promise<void> => {
</div> </div>
<div <div
class="flex flex-col w-full bg-white sm:px-10 px-6 py-4 rounded-lg border-y-10" class="flex flex-col w-full bg-white sm:px-10 px-6 py-4 rounded-lg"
> >
<input <input
type="text" type="text"

View File

@@ -113,7 +113,7 @@ const handleSelectedToken = (token: TokenEnum): void => {
<form ref="formRef" @submit="handleSubmit" class="main-container"> <form ref="formRef" @submit="handleSubmit" class="main-container">
<!-- Offer input --> <!-- Offer input -->
<div <div
class="flex justify-between items-center w-full bg-white sm:px-10 px-6 py-5 rounded-lg border-y-10 gap-4" class="flex justify-between items-center w-full bg-white sm:px-10 px-6 py-5 rounded-lg gap-4"
> >
<input <input
type="number" type="number"
@@ -186,7 +186,7 @@ const handleSelectedToken = (token: TokenEnum): void => {
</div> </div>
<!-- CPF or CNPJ input --> <!-- CPF or CNPJ input -->
<div <div
class="flex flex-col w-full bg-white sm:px-10 px-6 py-4 rounded-lg border-y-10" class="flex flex-col w-full bg-white sm:px-10 px-6 py-4 rounded-lg"
> >
<input <input
type="text" type="text"
@@ -201,7 +201,7 @@ const handleSelectedToken = (token: TokenEnum): void => {
</div> </div>
<!-- Bank selection --> <!-- Bank selection -->
<div <div
class="flex flex-col w-full bg-white sm:px-10 px-6 py-4 rounded-lg border-y-10" class="flex flex-col w-full bg-white sm:px-10 px-6 py-4 rounded-lg"
> >
<div class="relative"> <div class="relative">
<input <input
@@ -236,7 +236,7 @@ const handleSelectedToken = (token: TokenEnum): void => {
</div> </div>
<!-- Account and Branch inputs --> <!-- Account and Branch inputs -->
<div <div
class="flex flex-col w-full bg-white sm:px-10 px-6 py-4 rounded-lg border-y-10" class="flex flex-col w-full bg-white sm:px-10 px-6 py-4 rounded-lg"
> >
<div class="flex gap-4"> <div class="flex gap-4">
<div class="flex-1"> <div class="flex-1">
@@ -263,7 +263,7 @@ const handleSelectedToken = (token: TokenEnum): void => {
</div> </div>
<!-- Account Type Selection --> <!-- Account Type Selection -->
<div <div
class="flex flex-col w-full bg-white sm:px-10 px-6 py-4 rounded-lg border-y-10" class="flex flex-col w-full bg-white sm:px-10 px-6 py-4 rounded-lg"
> >
<div class="flex gap-4"> <div class="flex gap-4">
<div class="flex-1"> <div class="flex-1">
@@ -287,7 +287,7 @@ const handleSelectedToken = (token: TokenEnum): void => {
v-if="accountType === '2'" v-if="accountType === '2'"
type="text" type="text"
v-model="savingsVariation" v-model="savingsVariation"
class="border-none outline-none sm:text-lg text-sm text-gray-900 w-full bg-white sm:px-10 px-6 py-4 rounded-lg border-y-10" class="border-none outline-none sm:text-lg text-sm text-gray-900 w-full bg-white sm:px-10 px-6 py-4 rounded-lg"
:class="{ 'text-xl font-medium': savingsVariation }" :class="{ 'text-xl font-medium': savingsVariation }"
placeholder="Variação da poupança" placeholder="Variação da poupança"
required required

View File

@@ -28,7 +28,7 @@ const props = defineProps({
</div> </div>
<div class="main-container"> <div class="main-container">
<div <div
class="flex flex-col w-full bg-white px-10 py-5 rounded-lg border-y-10" class="flex flex-col w-full bg-white px-10 py-5 rounded-lg"
> >
<div> <div>
<p>Tokens ofertados</p> <p>Tokens ofertados</p>

View File

@@ -17,7 +17,7 @@ const props = defineProps({
</div> </div>
<div class="main-container max-w-md"> <div class="main-container max-w-md">
<div <div
class="flex flex-col w-full bg-white sm:px-10 px-4 py-5 rounded-lg border-y-10" class="flex flex-col w-full bg-white sm:px-10 px-4 py-5 rounded-lg"
> >
<div <div
class="flex flex-col text-center justify-center w-full items-center p-2 px-3 rounded-3xl lg:min-w-fit gap-1" class="flex flex-col text-center justify-center w-full items-center p-2 px-3 rounded-3xl lg:min-w-fit gap-1"