add list item component

This commit is contained in:
Anika Raemer 2025-09-07 16:51:11 +02:00
parent e467ca7e92
commit 69b7920f23
3 changed files with 26 additions and 8 deletions

View file

@ -17,7 +17,7 @@
}
.sidebar-link {
@apply block bg-white rounded-xl shadow-md overflow-hidden hover:shadow-lg transition
@apply block bg-white rounded-xl shadow-md overflow-hidden hover:shadow-lg transition w-full px-4 py-2 hover:bg-blue-100
}
.sidebar-item-text {