Skip to content

Commit

Permalink
Pequenos ajustes
Browse files Browse the repository at this point in the history
  • Loading branch information
gustaallves committed Dec 6, 2023
1 parent 511228b commit 754bb07
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
2 changes: 0 additions & 2 deletions backend/djangoauthapi1/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,5 @@
CORS_ALLOWED_ORIGINS = [
"http://localhost:3000",
"http://127.0.0.1:3000",
"https://vercel.com/vitor-gabriels-projects-ac951d48/2023-2-kepler/A5sJuK4mBabtGRs4rXMDuBEf3mBm",


]
2 changes: 1 addition & 1 deletion frontend/src/pages/Materias.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ function Materias() {
>
{isSubmitting ? 'Enviando...' : 'Confirmar Seleção'}
</button>
<button onClick={handleCancelSelectionTemp} className="cancel-button">
<button onClick={handleCancelSelectionTemp} className="cancel-button2">
Cancelar Seleção
</button>
</div>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/styleheets/Contact.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}

.animated-table-cell > a {
color: black;
color: rgb(255, 255, 255);
text-decoration: none;
text-align: center;
display: block;
Expand Down
11 changes: 11 additions & 0 deletions frontend/src/styleheets/Materias.css
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,17 @@ select:focus + .focus {
display: flex; /* Adiciona display flex para centralizar verticalmente */
align-items: center; /* Centraliza verticalmente */
}

button, .cancel-button2 {
margin: 5px auto; /* Adiciona margem automática para centralizar horizontalmente */
padding: 10px 15px;
border: none;
border-radius: 5px;
cursor: pointer;
transition: background-color 0.3s;
display: flex; /* Adiciona display flex para centralizar verticalmente */
align-items: center; /* Centraliza verticalmente */
}

button {
background-color: #4caf50;
Expand Down

0 comments on commit 754bb07

Please sign in to comment.