| 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.9/wp-content/themes/blocksy/admin/dashboard/static/sass/ |
Upload File : |
#ct-dashboard .ct-support-container {
margin: 0;
text-align: initial;
h4 {
display: flex;
align-items: center;
gap: 10px;
span {
display: flex;
align-items: center;
justify-content: center;
width: 28px;
height: 28px;
flex: 0 0 28px;
border-radius: 100%;
background: #1e1e1e;
color: #fff;
}
}
p {
margin-bottom: 25px;
}
&[data-placement="sidebar"] {
padding: 30px;
border-radius: 3px;
background: rgb(245 247 249 / 90%);
li {
margin-bottom: 30px;
padding-bottom: 30px;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
&:last-child {
border: none;
margin-bottom: 0;
padding-bottom: 0;
}
}
}
&[data-placement="bottom"] {
display: flex;
flex-wrap: wrap;
row-gap: 50px;
margin-top: 100px;
padding-top: 35px;
border-top: 1px dashed #eee;
margin-inline: calc(35px * -1);
li {
margin: 0;
padding-inline: 35px;
border-inline-start: 1px dashed #eee;
@media (min-width: 1201px) {
flex: 1;
}
&:not(:only-child) {
@media (max-width: 1200px) {
max-width: calc(50% - (35px * 2 + 1px));
}
@media (max-width: 600px) {
max-width: calc(100% - (35px * 2 + 1px));
}
}
p {
font-size: 14px;
}
}
}
}
.ct-support-container-wrapper {
overflow: hidden;
}