| 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.9/wp-content/themes/blocksy/admin/dashboard/static/sass/ |
Upload File : |
[class*='ct-button'] {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 7px;
min-height: var(--ui-button-height, 35px);
padding: 5px var(--ui-button-padding, 15px);
font-size: var(--ui-button-font-size, 13px);
font-weight: 500;
outline: none;
cursor: pointer;
text-decoration: none;
text-align: center;
letter-spacing: 0.01em;
border-radius: 3px;
border-width: 1px;
border-style: solid;
box-sizing: border-box;
transition: color 0.15s ease,
background 0.15s ease,
transform 0.15s ease,
border-color 0.15s ease,
box-shadow 0.15s ease;
&[disabled] {
pointer-events: none;
opacity: 0.5;
}
}
.ct-button {
color: rgba(46, 68, 83, 0.8);
background: #fff;
border-color: #e2e6eb;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
&:hover,
&:focus {
color: #2e4453;
border-color: rgba(190, 196, 203, 0.7);
}
}
.ct-button-primary {
color: #fff;
background: var(--ui-accent-color);
border-color: var(--ui-accent-color);
box-shadow: 0 1px 4px rgba(1, 96, 134, 0.2);
}
.ct-button-primary,
.ct-button[data-hover='blue'] {
&:hover,
&:focus {
color: #fff;
background: var(--ui-accent-hover-color, #135e96);
border-color: rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 4px rgba(1, 96, 134, 0.3);
}
}
.ct-button[data-hover='red'] {
&:hover,
&:focus {
color: #fff;
background: #e05757;
border-color: #c74848;
box-shadow: 0 1px 4px rgba(134, 1, 1, 0.4);
}
}