Compare commits
2 Commits
ce1b86d9c1
...
568ea41177
| Author | SHA1 | Date |
|---|---|---|
|
|
568ea41177 | |
|
|
5a02a8fd9e |
File diff suppressed because it is too large
Load Diff
|
|
@ -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) */
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue