| Server IP : 38.190.208.107 / Your IP : 216.73.216.146 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 : www ( 1000) 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/frontend/5-modules/menu/ |
Upload File : |
[class*="animated-submenu"] {
&[data-submenu] {
position: relative;
}
> .sub-menu {
position: var(--dropdown-position, absolute);
top: 100%;
z-index: 10;
min-width: 100px;
margin-top: var(--sticky-state-dropdown-top-offset, var(--dropdown-top-offset, 0));
border-radius: var(--theme-border-radius);
width: var(--dropdown-width, 200px);
background-color: var(--dropdown-background-color, var(--theme-palette-color-4));
box-shadow: var(--theme-box-shadow);
// drop-down bridge
&:before {
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: var(--sticky-state-dropdown-top-offset, var(--dropdown-top-offset, 0));
transform: translateY(-100%);
transition: height 0.2s ease;
}
}
}
// first level drop-down
.animated-submenu-block {
&[data-submenu='right'] > .sub-menu {
left: var(--theme-submenu-inline-offset, 0);
}
&[data-submenu='left'] > .sub-menu {
right: var(--theme-submenu-inline-offset, 0);
}
}
// other levels drop-downs
.animated-submenu-inline {
> .sub-menu {
top: 0;
margin-top: 0;
&:before {
width: var(--dropdown-horizontal-offset, 5px);
height: 100%;
transform: initial;
}
}
&[data-submenu='right'] > .sub-menu {
left: calc(100% + var(--dropdown-horizontal-offset, 5px));
&:before {
left: calc(var(--dropdown-horizontal-offset, 5px) * -1);
right: initial;
}
}
&[data-submenu='left'] > .sub-menu {
right: calc(100% + var(--dropdown-horizontal-offset, 5px));
&:before {
left: initial;
right: calc(var(--dropdown-horizontal-offset, 5px) * -1);
}
}
}
// dropdown toggle
.ct-toggle-dropdown-desktop {
--theme-icon-size: 8px;
--toggle-button-size: 24px;
--toggle-button-margin-end: -8px;
--toggle-button-margin-start: var(--dropdown-toggle-margin-start, 0.2em);
}
.animated-submenu-inline {
[class*='ct-toggle'] {
--toggle-button-size: 18px;
--dropdown-toggle-margin-start: auto;
--toggle-ghost-inset-end: calc(var(--dropdown-items-spacing, 13px) * 1.5 + 16px);
}
&[data-submenu='left'] > a {
--toggle-icon-transform: rotate(90deg);
}
&[data-submenu='right'] > a {
--toggle-icon-transform: rotate(-90deg);
}
}
// ghost dropdown toggle
.ct-toggle-dropdown-desktop-ghost {
pointer-events: none;
inset-inline-end: var(--toggle-ghost-inset-end, calc(var(--menu-items-spacing, 25px) / 2 + 16px));
--toggle-button-size: 24px;
--toggle-button-margin-end: -24px;
}