feat(login): enhance login page layout with improved divider styling

This commit is contained in:
2026-07-02 15:28:24 -03:00
parent 956411254e
commit 4393280fd9

View File

@@ -42,8 +42,13 @@
</div>
</form>
<div class="d-flex justify-content-center my-4">
<span class="w-100" style="max-width: 16rem; height: 1px; background: linear-gradient(90deg, transparent, rgba(160, 160, 160, 0.55), transparent);"></span>
<div class="d-flex align-items-center justify-content-center gap-3 my-4" aria-hidden="true">
<span class="flex-grow-1" style="max-width: 18rem; height: 1px; background-color: #d9d9d9;"></span>
<span
class="rounded-circle border flex-shrink-0"
style="width: 16px; height: 16px; border-color: #d9d9d9 !important; background-color: #ffffff;"
></span>
<span class="flex-grow-1" style="max-width: 18rem; height: 1px; background-color: #d9d9d9;"></span>
</div>
<app-button