| Server IP : 38.190.208.107 / Your IP : 216.73.217.21 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.2/wp-content/themes/blocksy/static/sass/backend/customizer/ |
Upload File : |
.wp-customizer [data-reach-dialog-overlay] {
z-index: 999999;
--modal-left: 0;
}
.ct-copy-options-modal,
.ct-export-modal,
.ct-reset-options,
.ct-import-export-modal {
--modal-width: 500px;
--modal-min-height: 270px;
--modal-padding: 45px;
// text-align: center;
.close-button {
display: none;
}
}
.ct-export-modal,
.ct-copy-options-modal {
.ct-checkboxes-container {
margin-top: 5px;
}
.ct-modal-actions.has-divider {
margin-top: 35px;
}
}
.ct-copy-options-modal {
.ct-checkboxes-container {
margin-bottom: 1.5em;
}
}
// GDPR fonts modal
.ct-gdpr-fonts-notice {
--modal-width: 550px;
--modal-min-height: 400px;
--modal-padding: 45px;
text-align: center;
i {
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 20px auto;
width: 50px;
height: 50px;
background: #fff;
border-radius: 100%;
border: 2px solid #DEECF3;
svg {
fill: var(--ui-accent-color);
animation: ring-shake 5s ease-in-out infinite;
transform-origin: 50% 0%;
}
}
.ct-modal-actions.has-divider {
padding-top: 30px;
}
.ct-checkbox-container {
grid-column: 1/-1;
justify-content: center;
padding: 0 0 30px 0;
}
.close-button {
display: none;
}
}
@keyframes ring-shake {
0% { transform: rotate(-15deg) }
2% { transform: rotate(15deg) }
4% { transform: rotate(-18deg) }
6% { transform: rotate(18deg) }
8% { transform: rotate(-22deg) }
10% { transform: rotate(22deg) }
12% { transform: rotate(-18deg) }
14% { transform: rotate(18deg) }
16% { transform: rotate(-12deg) }
18% { transform: rotate(12deg) }
20% { transform: rotate(0deg) }
100% { transform: rotate(0deg) }
}
// onboarding modal
.ct-onboarding-button {
margin-bottom: -10px;
button {
width: 100%;
}
}
.ct-onboarding-modal {
--modal-width: 500px;
--modal-min-height: 360px;
text-align: center;
.close-button {
display: none;
}
svg {
width: 55px;
height: 55px;
margin: 0 auto 25px auto;
}
h2 {
color: #3e5667;
}
button {
--ui-button-height: 42px;
--ui-button-padding: 20px;
--ui-button-font-size: 14px;
}
}