feat(login): enhance login page layout with improved divider styling
This commit is contained in:
@@ -42,8 +42,13 @@
|
|||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<div class="d-flex justify-content-center my-4">
|
<div class="d-flex align-items-center justify-content-center gap-3 my-4" aria-hidden="true">
|
||||||
<span class="w-100" style="max-width: 16rem; height: 1px; background: linear-gradient(90deg, transparent, rgba(160, 160, 160, 0.55), transparent);"></span>
|
<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>
|
</div>
|
||||||
|
|
||||||
<app-button
|
<app-button
|
||||||
|
|||||||
Reference in New Issue
Block a user