SEction 2 part 2

This commit is contained in:
IGNY8 VPS (Salman)
2026-01-03 04:39:06 +00:00
parent 94d37a0d84
commit 935c7234b1
11 changed files with 1424 additions and 44 deletions

View File

@@ -460,7 +460,7 @@
----------------------------------------------------------------- */
@utility menu-item {
@apply relative flex items-center w-full gap-3.5 px-4 py-3 font-medium rounded-lg text-theme-sm;
@apply relative flex items-center w-full gap-3 px-3 py-1.5 font-medium rounded-lg text-theme-sm;
}
@utility menu-item-active {
@@ -472,7 +472,7 @@
}
@utility menu-item-icon-size {
@apply w-6 h-6 flex-shrink-0;
@apply w-5 h-5 flex-shrink-0;
& svg { width: 100%; height: 100%; }
}
@@ -489,7 +489,7 @@
----------------------------------------------------------------- */
@utility menu-dropdown-item {
@apply block px-3.5 py-2.5 text-theme-sm font-medium rounded-md transition-colors;
@apply block px-3 py-1.5 text-theme-sm font-medium rounded-md transition-colors;
}
@utility menu-dropdown-item-active {