Skip to content

Commit

Permalink
Update form.css
Browse files Browse the repository at this point in the history
  • Loading branch information
GustavoSachetto committed Oct 5, 2023
1 parent f1c1378 commit a43910f
Showing 1 changed file with 19 additions and 6 deletions.
25 changes: 19 additions & 6 deletions css/form.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ body {
background: whitesmoke;
}

header {
position: relative;
background: var(--gradiente-fundo);
}

.btn-voltar {
font: bold 20px var(--font-padrao);
color: white;
Expand Down Expand Up @@ -217,20 +222,28 @@ input[type="checkbox"] {

@media (max-width: 470px) {

article form {
width: 290px;
padding: 35px;
article form, article .form-cadastro {
top: auto;
margin-top: 10px;
width: 300px;
padding: 25px;
}



.btn-voltar {
font: bold 16px var(--font-padrao);
padding: 8px 16px;
font: bold 15px var(--font-padrao);
padding: 8px 8px;
}

article h2 {
font-size: 45px;
}

article p {
margin-top: 5px;
}

form p {
font-size: 18px;
}
Expand All @@ -246,7 +259,7 @@ input[type="checkbox"] {

.btn-mostra-senha {
padding: 7px;
margin: 10px 0 0 250px;
margin: 10px 0 0 260px;
}

.btn-mostra-senha img {
Expand Down

0 comments on commit a43910f

Please sign in to comment.