Your IP : 216.73.216.95


Current Path : /var/www/ljmtc/cbt/theme/boost/scss/moodle/
Upload File :
Current File : /var/www/ljmtc/cbt/theme/boost/scss/moodle/modal.scss

.modal {
    .modal-body {
        & > .loading-icon {
            display: block;
            position: relative;
            width: 100%;
            height: 100%;

            .icon {
                position: absolute;
                top: 50%;
                /*rtl:ignore*/
                left: 50%;
                transform: translate(-50%, -50%);
            }
        }
    }
}