Adicionado-novas-tabelas

This commit is contained in:
Caio Miguel Lima Nunes 2025-11-05 21:27:13 -03:00
parent d8e63f8abe
commit e007c167e7
2 changed files with 553 additions and 311 deletions

File diff suppressed because it is too large Load Diff

View File

@ -433,3 +433,21 @@ html[data-bs-theme="dark"] {
width: 80%;
}
/* Estilo para o botão Excluir nos modais de Agendamento - vermelho escuro */
.modal-footer .btn-danger,
button.btn.btn-danger {
background-color: #c82333 !important;
border-color: #bd2130 !important;
color: #ffffff !important;
}
.modal-footer .btn-danger:hover,
.modal-footer .btn-danger:focus,
.modal-footer .btn-danger:active,
button.btn.btn-danger:hover,
button.btn.btn-danger:focus,
button.btn.btn-danger:active {
background-color: #a71d2a !important;
border-color: #9c1c28 !important;
color: #ffffff !important;
}