feat: Atualização das dependências, atualização do header.css

This commit is contained in:
lukibeg 2025-12-07 02:37:09 -03:00
parent 0c89f3ef8d
commit 5a02a8fd9e
2 changed files with 392 additions and 369 deletions

752
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -83,12 +83,15 @@ @layer components {
} }
.profile-link { .profile-link {
/* Você pode aplicar isso direto no <a> */
/* 1. FAZ O LINK PREENCHER O <li> */ /* 1. FAZ O LINK PREENCHER O <li> */
@apply block w-full; @apply block w-full;
} /* 2. CORREÇÃO: Força a cor e remove sublinhado */
@apply text-gray-700 no-underline;
/* 3. (Opcional) Hover direto no link */
@apply hover:text-black;
}
.profile-items { .profile-items {
/* 1. Limpeza (Classes antigas removidas) */ /* 1. Limpeza (Classes antigas removidas) */