Skip to content

Commit

Permalink
remoção do cadastro de terapeuta
Browse files Browse the repository at this point in the history
  • Loading branch information
FelipeBirchall committed Jul 1, 2024
1 parent 17ae540 commit 885b6bb
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 1,027 deletions.
478 changes: 8 additions & 470 deletions codigo/db/db.json

Large diffs are not rendered by default.

8 changes: 5 additions & 3 deletions codigo/public/assets/css/agenda.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,18 +98,20 @@ body {
}

.button-container button {
background-color: rgb(141, 59, 86);
color: white;
background-color: rgb(179, 122, 155);
color: black;
border: none;
border-radius: 5px;
padding: 10px 20px;
font-family: 'Outfit', sans-serif;
cursor: pointer;
font-size: 16px;
transition: background-color 1s , padding 0.5s , color 1s;
}

.button-container button:hover {
background-color: rgb(219, 65, 117);
background-color: rgb(155, 62, 142);
color: white;
}

button {
Expand Down
289 changes: 0 additions & 289 deletions codigo/public/assets/css/cadastroTerapeuta.css

This file was deleted.

2 changes: 1 addition & 1 deletion codigo/public/assets/css/menu.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

.topicos {
list-style-type: none;
padding: 0;
padding: 10px;
}

.topicos li {
Expand Down
65 changes: 0 additions & 65 deletions codigo/public/assets/js/cadastroTerapeuta.js

This file was deleted.

Loading

0 comments on commit 885b6bb

Please sign in to comment.