fix: complete registration frontend flow
Deploy banu-front / deploy (push) Successful in 1m40s

This commit is contained in:
Server Migration
2026-08-15 17:28:40 +03:30
parent d94a96b25e
commit b64f528c0d
20 changed files with 431 additions and 158 deletions
+4 -1
View File
@@ -371,12 +371,15 @@ onBeforeUnmount(() => unmountFloating())
align-items: center;
gap: 0.5rem;
width: 100%;
padding: 0.25rem 0.75rem;
min-height: 2.5rem;
padding: 0.5rem 0.75rem;
border: none;
border-radius: 1.5rem;
background: transparent;
text-align: right;
font-family: var(--font-family-fa);
font-weight: 400;
line-height: 1.5;
cursor: pointer;
transition: background-color 0.15s;