feat(login): update button styles and improve layout on login page
This commit is contained in:
@@ -32,7 +32,11 @@
|
|||||||
|
|
||||||
<div class="d-grid gap-2 text-center">
|
<div class="d-grid gap-2 text-center">
|
||||||
<app-button hostClass="w-100 d-block" buttonClass="w-100">Ingresar</app-button>
|
<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
|
Crear cuenta
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
.form-control {
|
.form-control {
|
||||||
min-height: 40px;
|
min-height: 40px;
|
||||||
padding: 0.625rem 1rem;
|
padding: 0.625rem 1rem;
|
||||||
border-radius: 0.5rem;
|
border-radius: 5px;
|
||||||
border-color: #cccccc;
|
border-color: #cccccc;
|
||||||
color: #666666;
|
color: #666666;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
|
|||||||
Reference in New Issue
Block a user