| Server IP : 38.190.208.107 / Your IP : 216.73.217.46 Web Server : nginx/1.28.1 System : Linux ht2026040333114 6.1.0-10-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.37-1 (2023-07-03) x86_64 User : root ( 0) PHP Version : 8.2.28 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv,eval,assert,passthru,system,exec,shell_exec,popen,proc_open MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /www/wwwroot/wp.3/wp-content/plugins/js_composer/assets/less/params/ |
Upload File : |
@gutenberg-modal-overlay: rgba(0, 0, 0, .7);
@gutenberg-modal-background: #fff;
@gutenberg-modal-spacing: 20px;
@gutenberg-close-button-color: rgba(0, 0, 0, .5);
@gutenberg-close-button-hover-color: rgba(0, 0, 0, .7);
@gutenberg-close-button-size: 16px;
@gutenberg-close-button-padding: 5px;
@gutenberg-close-button-offset: 25px;
.wpb-gutenberg-modal {
position: fixed;
overflow: hidden;
left: 0;
top: 0;
right: 0;
bottom: 0;
background: @gutenberg-modal-overlay;
z-index: 10000;
.wpb-loading-overlay {
top: @gutenberg-modal-spacing;
left: @gutenberg-modal-spacing;
right: @gutenberg-modal-spacing;
bottom: @gutenberg-modal-spacing;
background: @gutenberg-modal-background;
align-items: center;
z-index: 1;
}
}
.wpb-gutenberg-modal-inner {
background: @gutenberg-modal-background;
position: fixed;
top: @gutenberg-modal-spacing;
left: @gutenberg-modal-spacing;
right: @gutenberg-modal-spacing;
bottom: @gutenberg-modal-spacing;
}
.admin-bar .wpb-gutenberg-modal-inner {
top: @gutenberg-modal-spacing*2;
}
.wpb-gutenberg-modal-inner iframe {
width: 100%;
height: 100%;
}
button.wpb-gutenberg-modal-close-button {
position: absolute;
top: @gutenberg-close-button-offset;
right: @gutenberg-close-button-offset;
color: @gutenberg-close-button-color;
background: transparent;
border: 0;
box-shadow: none;
transition: color .2s ease-in-out;
font-size: @gutenberg-close-button-size;
padding: @gutenberg-close-button-padding;
cursor: pointer;
&:hover,
&:focus {
background: transparent;
border: 0;
box-shadow: none;
color: @gutenberg-close-button-hover-color;
}
}
button.vc_gutenberg-modal-update-button {
position: absolute;
top: @gutenberg-close-button-offset;
right: (@gutenberg-close-button-offset + @gutenberg-close-button-offset + (@gutenberg-close-button-offset / 2));
padding-top: 8px;
padding-bottom: 8px;
min-height: 10px;
}