%PDF- %PDF-
Direktori : /var/www/cwg/wp-content/themes/cwg/template-parts/popups/ |
Current File : //var/www/cwg/wp-content/themes/cwg/template-parts/popups/base.php |
<div class="js-modal-main opacity-0 h-screen w-screen fixed top-0 z-[60] lg:flex lg:items-center lg:justify-center"> <div class="w-full h-full absolute bg-grey-darker bg-opacity-40 js-modal-close js-modal-overlay"></div> <div class="js-modal-content absolute bg-white w-full duration-500 <?= $modal_classes; ?>" data-animationin="<?= $animationIn; ?>" data-animationout="<?= $animationOut; ?>"> <div class="absolute top-8 right-8 js-modal-close cursor-pointer"> <?php include(locate_template('/assets/img/cross-modal.svg')); ?> </div> <div class="<?= $content_class; ?>"> <?php if ($icon) { ?> <div class="w-full flex justify-center mb-5"> <?php include(locate_template($icon)); ?> </div> <?php } ?> <?= $content; ?> </div> <?php if ($button && $button !== "") : ?> <div class="mt-5 flex justify-center lg:justify-end"> <div class="js-modal-close cursor-pointer btn btn-stroked w-[120px]"><?= $button; ?></div> </div> <?php endif; ?> </div> </div>