barna valtozas
All checks were successful
Build and Deploy Frontend / build-and-deploy-frontend (push) Successful in 12s

This commit is contained in:
2025-11-29 18:07:57 +01:00
parent 4ebdca146f
commit 0dc9d8ce31

View File

@@ -14,7 +14,7 @@
</div> </div>
<div class="flex w-full h-full justify-center items-center"> <div class="flex w-full h-full justify-center items-center">
<div class="flex flex-col w-1/4 h-max bg-red-300 p-4 rounded-xl"> <div class="flex flex-col w-1/4 h-max bg-stone-300 p-4 rounded-xl">
<div class="flex flex-row font-serif text-2xl">{{loginErrorMsg}}</div> <div class="flex flex-row font-serif text-2xl">{{loginErrorMsg}}</div>
<hr class="flex border-2 border-black mb-5"> <hr class="flex border-2 border-black mb-5">
<input v-model="userLoginName" type="text" class="flex p-2 mb-1 font-serif" placeholder="Felhasználónév"> <input v-model="userLoginName" type="text" class="flex p-2 mb-1 font-serif" placeholder="Felhasználónév">