Skip to content

Commit

Permalink
cambio en la medida del login
Browse files Browse the repository at this point in the history
  • Loading branch information
marilyngc committed Aug 10, 2024
1 parent 8f096a6 commit 9f07bae
Show file tree
Hide file tree
Showing 7 changed files with 135 additions and 214 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/
40 changes: 28 additions & 12 deletions css/custom.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/custom.css.map

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions pages/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
>

<div
class="form content-container col-lg text-center "
class="form content-container col-lg-6 col text-center "
>
<div class=" arrow ">
<button class="btn btn-light rounded-circle icon-link icon-link-hover"onclick="window.location.href='../index.html'" type="button">
Expand Down Expand Up @@ -140,10 +140,10 @@ <h1 class="fw-bold mb-4">Regístrate</h1>
</div>

<form action="" class="mt-4" id="form">
<div class="row px-lg-5 ">
<div class="row px-lg-5 mb-3 ">
<!--
Grupo nombre -->
<div class="form-floating mb-3 col-6" id="formName">
<div class="form-floating col-6" id="formName">
<input
type="text"
name="name"
Expand All @@ -157,7 +157,7 @@ <h1 class="fw-bold mb-4">Regístrate</h1>

<div class="boxInteractive d-none position-relative " id="formGroupName" >
<i class=" bi bi-emoji-frown position-absolute"></i>
<p class="formInputError fw-light"> Tiene que tener mas de 3 digitos.</p>
<p class="formInputError tamañoForm fw-light"> Tiene que tener mas de 3 digitos.</p>
</div>

</div>
Expand Down Expand Up @@ -229,7 +229,7 @@ <h1 class="fw-bold mb-4">Regístrate</h1>
<label for="floatingDni">Documento de identidad</label>
<div class="boxInteractive d-none position-relative" id="formGroupDni" >
<i class="bi bi-emoji-frown position-absolute"></i>
<p class="formInputError"> El Dni tiene un maximo de 8 digitos</p>
<p class="formInputError"> El DNI tiene un maximo de 8 digitos</p>
</div>

</div>
Expand Down Expand Up @@ -290,7 +290,7 @@ <h1 class="fw-bold mb-4">Regístrate</h1>
<div
class="d-flex flex-column justify-content-center align-items-center my-lg-4 mt-5 pt-3"
>
<button class="learn-more " type="submit">Continuar</button>
<button class="learn-more mb-5 " type="submit">Continuar</button>
<p id="formSend" class="mt-5 d-none text-success "> ¡Registrado exitosamente!</p>
</div>

Expand Down
Loading

0 comments on commit 9f07bae

Please sign in to comment.