wip
This commit is contained in:
@@ -95,7 +95,7 @@ export function ListButton({ children }) {
|
||||
|
||||
export function ListPanel({ children }) {
|
||||
return (
|
||||
<DisclosurePanel className="text-sm/6 space-y-2 px-5 pb-3">
|
||||
<DisclosurePanel className="text-sm/6 text-white/70 space-y-2 px-5 pb-3">
|
||||
{children}
|
||||
</DisclosurePanel>
|
||||
)
|
||||
|
||||
@@ -33,7 +33,7 @@ export function Menu() {
|
||||
>
|
||||
<Container className="text-black relative xl:w-10/12 2xl:w-5xl">
|
||||
<CloseButton
|
||||
className="absolute bg-black -top-3.5 2xl:-top-20 right-2.5 2xl:right-0 text-white rounded-full p-px cursor-pointer"
|
||||
className="absolute border border-black bg-white/20 -top-3.5 2xl:-top-20 right-2.5 2xl:right-0 rounded-full p-px cursor-pointer"
|
||||
title="Fechar"
|
||||
aria-hiden={true}
|
||||
>
|
||||
@@ -47,7 +47,7 @@ export function Menu() {
|
||||
</h1>
|
||||
</div>
|
||||
|
||||
<div className="flex max-lg:flex-col lg:gap-2.5 justify-between mb-2.5">
|
||||
<div className="flex max-lg:flex-col gap-2.5 justify-between mb-3.5">
|
||||
<h6 className="font-medium text-xl lg:text-2xl">
|
||||
Conheça outros cursos da EDUSEG®
|
||||
</h6>
|
||||
@@ -56,7 +56,7 @@ export function Menu() {
|
||||
{/* Search */}
|
||||
<label className="flex gap-1 items-center">
|
||||
<span className="text-nowrap">Buscar por</span>
|
||||
<div className="flex border rounded px-1.5 py-0.5 lg:px-2 lg:py-1 focus-within:bg-white w-full transition duration-150">
|
||||
<div className="flex border rounded px-1.5 py-0.5 lg:px-2 lg:py-1 bg-white/20 focus-within:bg-white w-full transition duration-150">
|
||||
<input className="outline-none w-full" />
|
||||
<MagnifyingGlassIcon className="w-5" />
|
||||
</div>
|
||||
@@ -64,7 +64,7 @@ export function Menu() {
|
||||
{/* Filter */}
|
||||
<Field className="flex gap-1 items-center">
|
||||
<Label className="text-nowrap">Exibir apenas</Label>
|
||||
<div className="relative w-full lg:w-30">
|
||||
<div className="relative w-full lg:w-30 bg-white/20">
|
||||
<Select className="flex border items-center justify-between gap-0.5 border-black rounded px-1.5 py-0.5 lg:px-2 lg:py-1 appearance-none focus:outline-none w-full">
|
||||
<option value="formacao">Formação</option>
|
||||
<option value="reciclagem">Reciclagem</option>
|
||||
|
||||
Reference in New Issue
Block a user