forked from RiseUP/riseup-squad23
Adicionado-novas-tabelas
This commit is contained in:
parent
d8e63f8abe
commit
e007c167e7
File diff suppressed because it is too large
Load Diff
@ -433,3 +433,21 @@ html[data-bs-theme="dark"] {
|
|||||||
width: 80%;
|
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;
|
||||||
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user