Skip to content

Commit

Permalink
Update changePassword.css
Browse files Browse the repository at this point in the history
Mudanças finais
  • Loading branch information
Otavio4283 authored Oct 21, 2023
1 parent 84e2adc commit 0549744
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/style/pages/changePassword.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
}

.form-title {
font-style:bold;
font-family:Jost;
font-size: 48px;
height: 70px;
Expand Down Expand Up @@ -91,7 +92,7 @@
.button {

background-color: #007bff;
color: #fff;
color: #003366;
border: none;
cursor: pointer;
justify-self: center;
Expand Down Expand Up @@ -119,7 +120,7 @@ input {
.input-field::placeholder {
font-family:Jost;
font-size: 16px; /* Tamanho da fonte desejado */
color: #999; /* Cor do texto do placeholder, se desejar */
color: #6C6C6C; /* Cor do texto do placeholder, se desejar */
/* Outros estilos desejados */
}

0 comments on commit 0549744

Please sign in to comment.