Update font size and line height in aside menu

This commit is contained in:
Dede Fuji Abdul
2024-03-04 21:16:50 +07:00
parent 364cc9f3fb
commit 297288e9ff
3 changed files with 38 additions and 20 deletions

View File

@@ -26,8 +26,11 @@
@apply flex-shrink-0 block px-4 py-2 border-b bg-primary-500 border-gray-50;
}
/* Aside */
.aside-text{
@apply text-xs;
}
.aside-single-item {
@apply w-full flex items-center pl-2 pr-4 py-2 text-xs rounded-xl;
@apply aside-text w-full flex items-center pl-2 pr-4 py-2 rounded-xl;
}
.aside-single-item-active {
@apply aside-single-item bg-primary-500 text-white font-bold;