feat(login): update button styles and improve layout on login page

This commit is contained in:
2026-07-02 15:28:19 -03:00
parent 4cbf87feb1
commit 956411254e
2 changed files with 6 additions and 2 deletions

View File

@@ -32,7 +32,11 @@
<div class="d-grid gap-2 text-center">
<app-button hostClass="w-100 d-block" buttonClass="w-100">Ingresar</app-button>
<button type="button" class="btn btn-link p-0 border-0 text-decoration-none small fw-bold">
<button
type="button"
class="btn btn-link border-0 text-decoration-none fw-bold px-3 py-2"
style="min-height: 40px;"
>
Crear cuenta
</button>
</div>

View File

@@ -22,7 +22,7 @@
.form-control {
min-height: 40px;
padding: 0.625rem 1rem;
border-radius: 0.5rem;
border-radius: 5px;
border-color: #cccccc;
color: #666666;
font-size: 15px;