| Server IP : 38.190.208.107 / Your IP : 216.73.217.13 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.11/wp-content/themes/blocksy/static/sass/backend/admin/ |
Upload File : |
.notice-blocksy-plugin,
.notice-blocksy-blocks-move,
.notice-blocksy-woo-deprecation {
position: relative;
padding: 25px 20px !important;
border-left-color: #00a0d2;
}
.ct-blocksy-plugin-inner,
.ct-blocksy-blocks-move-inner,
.ct-blocksy-woo-deprecation-inner {
display: flex;
// line-height: 1.5;
// align-items: center;
.ct-notification-icon {
display: flex;
align-items: center;
justify-content: center;
flex: 0 0 40px;
width: 40px;
height: 40px;
// margin-top: 2px;
margin-right: 20px;
border-radius: 100%;
// background: rgba(0, 160, 210, 0.1);
box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.03);
}
h2 {
font-weight: 700;
margin: 0 0 10px 0;
}
.notice-subheading {
font-size: 14px;
font-weight: 500;
}
p {
padding: 0;
margin: 0 0 1.5em 0;
}
.notice-actions {
display: flex;
align-items: center;
> * {
display: flex;
align-items: center;
&:first-child {
margin-right: 10px;
}
}
i {
width: 18px;
height: 18px;
font-size: 18px;
margin-left: 7px;
animation: spin 1.5s infinite linear;
}
.ct-why-button {
background: transparent;
&:not(:hover) {
border-color: transparent;
}
}
}
}
@keyframes shake {
0% { transform: translate3d(0, 0, 0) }
2.59259% { transform: translate3d(-1px, 0, 0) }
5.18519% { transform: translate3d(1.5px, 0, 0) }
7.77778% { transform: translate3d(-2px, 0, 0) }
10.37037% { transform: translate3d(2px, 0, 0) }
12.96296% { transform: translate3d(-2px, 0, 0) }
15.55556% { transform: translate3d(2px, 0, 0) }
18.14815% { transform: translate3d(-2px, 0, 0) }
20.74074% { transform: translate3d(1.5px, 0, 0) }
23.33333% { transform: translate3d(-1px, 0, 0) }
25.92593% { transform: translate3d(0, 0, 0) }
100% { transform: translate3d(0, 0, 0) }
}
@keyframes spin {
from {
transform:rotate(0deg);
}
to {
transform:rotate(360deg);
}
}