Skip to content

Commit

Permalink
adicionando contorno nos inputs do cadastro e login
Browse files Browse the repository at this point in the history
  • Loading branch information
Elto Borges authored and Elto Borges committed Aug 23, 2024
1 parent 8253d0b commit c31c29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ form {
}

.logbody input[type="text"], .logbody input[type="password"] {
border: none;
border: 1px solid black;
margin-top: 40px;
border-radius: 60px;
padding: 8px 0 8px 35px;
Expand Down

0 comments on commit c31c29b

Please sign in to comment.