Skip to content

Commit

Permalink
Merge pull request #127 from dsereycamus/feat/score
Browse files Browse the repository at this point in the history
Modificando espacios a completar
  • Loading branch information
dsereycamus authored Nov 22, 2023
2 parents 9c43184 + bd4293b commit 2e8e8ae
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 49 deletions.
9 changes: 5 additions & 4 deletions myboya-project/src/components/Contacto/Contacto.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,14 @@ body {
flex-direction: column;
}

.form-label{
.form-label {
font-size: 17px;
color: #ffffff;
margin-bottom: 0.625rem;
}

.form-input,.form-textarea {
.form-input,
.form-textarea {
padding: 17px 14px;
background-color: var(--clr-blue, #032d59);
border: 1px solid white;
Expand All @@ -111,7 +112,7 @@ body {

.cuchara-image,
.tenedor-image,
.fondocontacto-mobile{
.fondocontacto-mobile {
display: none;
}

Expand Down Expand Up @@ -177,7 +178,7 @@ body {
animation: moveRightLeft 6s ease-in-out infinite;
}

.fondocontacto-mobile{
.fondocontacto-mobile {
display: block;
}
}
Expand Down
88 changes: 44 additions & 44 deletions myboya-project/src/components/Registro/Registro.css
Original file line number Diff line number Diff line change
@@ -1,69 +1,69 @@
.containers-registro {
display: flex;
flex-direction: column;
margin-top: 100px;
align-items: center;
background: no-repeat center url("../../assets/Images/crear-cuenta.png");
background-size: cover;
display: flex;
flex-direction: column;
margin-top: 100px;
align-items: center;
background: no-repeat center url("../../assets/Images/crear-cuenta.png");
background-size: cover;
}

.formulario-registro {
width: 35.25rem;
height: 40rem;
background-color: rgba(217, 217, 217, 0.15);
border-radius: 3rem;
margin-bottom: 4rem;

width: 35.25rem;
height: 40rem;
background-color: rgba(217, 217, 217, 0.15);
border-radius: 3rem;
margin-bottom: 4rem;
}

.formulario-registro h1 {
text-align: center;
padding: 0 0 1.5rem 0;
margin-top: 2.5rem;
color: white;
font-size: var(--font-lg);
text-align: center;
padding: 0 0 1.5rem 0;
margin-top: 2.5rem;
color: white;
font-size: var(--font-lg);
}

.formulario-registro label {
color: white;
font-size: var(--font-md);
margin: 0.625rem 0.625rem 0.625rem 0.625rem;
color: white;
font-size: var(--font-md);
margin: 0.625rem 0.625rem 0.625rem 0.625rem;
}

.usuario-registro input {
padding: 10px;
background-color: var(--clr-blue, #032d59);
border: 1px solid white;
font-size: 15px;
color: #f4f6f9;
border-radius: 25px;
padding: 0px 10px;
height: 45px;
background-color: var(--clr-blue, #032d59);
border: 1px solid white;
font-size: 15px;
color: #f4f6f9;
border-radius: 25px;
}

form .usuario-registro {
display: flex;
flex-direction: column;
display: flex;
flex-direction: column;
}

.formulario-registro form {
padding: 0 5rem;
box-sizing: border-boxs;
padding: 0 5rem;
box-sizing: border-boxs;
}

.btn-registro {
font-weight: 600;
font-size: var(--font-md);
color: white;
padding: 0.5em 1.5em;
background-color: var(--clr-orange, #ff8c00);
border: none;
border-radius: 3rem;
cursor: pointer;
transition: all 0.3s ease 0s;
margin-top: 2.5rem;
width: 15.625rem;
font-weight: 600;
font-size: var(--font-md);
color: white;
padding: 0.5em 1.5em;
background-color: var(--clr-orange, #ff8c00);
border: none;
border-radius: 3rem;
cursor: pointer;
transition: all 0.3s ease 0s;
margin-top: 2.5rem;
width: 15.625rem;
}

.btn-container-registro {
display: flex;
justify-content: center;
}
display: flex;
justify-content: center;
}
3 changes: 2 additions & 1 deletion myboya-project/src/components/Sesion/Sesion.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ form .usuario-sesion {
}

.usuario-sesion input {
padding: 10px;
padding: 0px 10px;
height: 45px;
background-color: var(--clr-blue, #032d59);
border: 1px solid white;
font-size: 15px;
Expand Down

0 comments on commit 2e8e8ae

Please sign in to comment.