feat: login header

This commit is contained in:
2025-04-03 14:57:36 +03:00
parent 38da06643c
commit 454dc23245
2 changed files with 5 additions and 0 deletions

View File

@@ -7,3 +7,7 @@
.login_card {
@apply flex w-[95%] min-w-[300px] flex-col justify-center gap-2 rounded-md border-gray-400 p-5 shadow-md md:w-[350px];
}
.login_card_name {
@apply text-center text-2xl font-semibold;
}