fix
This commit is contained in:
@@ -10,11 +10,11 @@ const currency = new Intl.NumberFormat("pt-BR", {
|
||||
<details class="group/dropdown">
|
||||
<summary
|
||||
class="flex bg-black hover:bg-white hover:text-black font-semibold py-2.5 px-3 rounded-md cursor-pointer transition
|
||||
group-open/dropdown:text-black group-open/dropdown:bg-white"
|
||||
group-open/dropdown:text-black group-open/dropdown:bg-white"
|
||||
>
|
||||
Contratar agora
|
||||
</summary>
|
||||
<div
|
||||
<form
|
||||
class="absolute inset-x-2.5 translate-y-1.5
|
||||
md:inset-auto md:right-2.5 2xl:right-0
|
||||
md:min-w-96 bg-stone-900 border border-white/15 rounded-xl shadow-lg"
|
||||
@@ -33,6 +33,7 @@ const currency = new Intl.NumberFormat("pt-BR", {
|
||||
class="box-content size-1.5 border-5 border-black bg-black appearance-none rounded-full ring-1 ring-white/15 checked:border-lime-400 checked:ring-lime-400 mt-1.5"
|
||||
name="selected"
|
||||
type="radio"
|
||||
value={}
|
||||
checked
|
||||
/>
|
||||
<div>
|
||||
@@ -58,6 +59,7 @@ const currency = new Intl.NumberFormat("pt-BR", {
|
||||
<input
|
||||
class="box-content size-1.5 border-5 border-black bg-black appearance-none rounded-full ring-1 ring-white/15 checked:border-lime-400 checked:ring-lime-400 mt-1.5"
|
||||
name="selected"
|
||||
value="EDUSEG® FLEXÍVEL"
|
||||
type="radio"
|
||||
/>
|
||||
<div>
|
||||
@@ -77,6 +79,7 @@ const currency = new Intl.NumberFormat("pt-BR", {
|
||||
<input
|
||||
class="box-content size-1.5 border-5 border-black bg-black appearance-none rounded-full ring-1 ring-white/15 checked:border-lime-400 checked:ring-lime-400 mt-1.5"
|
||||
name="selected"
|
||||
value="EDUSEG® IN-COMPANY"
|
||||
type="radio"
|
||||
/>
|
||||
<div>
|
||||
@@ -96,6 +99,7 @@ const currency = new Intl.NumberFormat("pt-BR", {
|
||||
<input
|
||||
class="box-content size-1.5 border-5 border-black bg-black appearance-none rounded-full ring-1 ring-white/15 checked:border-lime-400 checked:ring-lime-400 mt-1.5"
|
||||
name="selected"
|
||||
value="EDUSEG® CONTEÚDO"
|
||||
type="radio"
|
||||
/>
|
||||
<div>
|
||||
@@ -111,12 +115,13 @@ const currency = new Intl.NumberFormat("pt-BR", {
|
||||
</ul>
|
||||
<div class="p-2.5 lg:px-5 border-t border-white/10">
|
||||
<button
|
||||
type="submit"
|
||||
class="p-3 bg-lime-400 rounded-lg w-full text-black font-semibold cursor-pointer hover:bg-white hover:text-black transition"
|
||||
>
|
||||
Continuar
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</details>
|
||||
</buy-dropdown>
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ const year = new Date().getFullYear();
|
||||
<Container class="flex max-lg:flex-col gap-2.5 justify-between">
|
||||
<div class="lg:flex gap-2.5">
|
||||
<p>
|
||||
© {year} EDUSEG® Todos os direitos reservados. CNPJ15.608.435/0001-90
|
||||
© {year} EDUSEG® Todos os direitos reservados. CNPJ 15.608.435/0001-90
|
||||
</p>
|
||||
<span>—</span>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user