feat: menu

This commit is contained in:
2025-04-02 16:45:58 +03:00
parent a57c59bda5
commit f3c983be6f
2 changed files with 59 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
@reference "../index.scss";
.menu_container {
@apply flex min-h-8 min-w-screen flex-col items-center gap-4 border-l border-l-gray-500 px-5 pt-5 md:min-h-screen md:min-w-[300px];
}
.menu_item {
@apply w-full cursor-pointer rounded-md bg-gray-100 px-6 py-2 text-center hover:bg-gray-200;
}