| Current Path : /home/happyrenas/old/devis-huissier.fr/old/sass/plugins/bootstrap/ |
Linux webd005.cluster105.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 |
| Current File : /home/happyrenas/old/devis-huissier.fr/old/sass/plugins/bootstrap/_modals.scss |
// Modals
.modal {
z-index: $zindex-modal;
overflow-y: auto;
}
.modal-open {
overflow: auto;
}
.modal-header {
padding: 20px 20px 15px 20px;
border-bottom: 1px solid $general-border-color;
> .close {
margin-top: -4px;
}
}
.modal-body {
padding: 20px;
}
.modal-footer {
padding: 20px;
border-top: 1px solid $general-border-color;
}
.modal-title {
font-weight: 500;
font-size: 18px;
color: $general-head-font-color;
}