PNG %k25u25%fgd5n!
/home/mkuwqnjx/www/src/assets/scss/componets/_modals.scss
// Modal
.modal-content {
    border: none;
}
.offcanvas-header,
.modal-header {
    background-color: $gray-900;
    .offcanvas-title,
    .modal-title {
        color: $white;
        font-size: 15px;
    }
    
    .btn-close {
        font-size: 20px;
    }
}