HEX
Server: nginx/1.28.1
System: Linux 10-41-63-61 6.8.0-31-generic #31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 UTC 2024 x86_64
User: www (1001)
PHP: 7.4.33
Disabled: 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
Upload Files
File: /www/wwwroot/tokld.top/wp-content/themes/botiga/assets/css/accordion.css
.botiga-accordion {
  position: relative;
}

.botiga-accordion-toggle {
  position: relative;
  cursor: pointer;
  margin: 0 !important;
}
.botiga-accordion-toggle:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4px;
  width: 8px;
  height: 8px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: ease opacity 300ms;
  transition: ease opacity 300ms;
  opacity: 0.6;
}
.botiga-accordion-toggle.active:after {
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  opacity: 1;
}
.botiga-accordion-toggle + .botiga-accordion-body {
  padding-top: 20px;
}
.botiga-accordion-toggle--no-pseudo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 6px;
}
.botiga-accordion-toggle--no-pseudo > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 8px;
  height: 8px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: ease opacity 300ms;
  transition: ease opacity 300ms;
  opacity: 0.6;
}
.botiga-accordion-toggle--no-pseudo:after {
  display: none;
}
.botiga-accordion-toggle--no-pseudo.active > span {
  position: relative;
  top: 2px;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  opacity: 1;
}
.botiga-accordion-toggle--pos-abs {
  position: absolute;
  right: -5px;
  top: 7px;
}

.botiga-accordion-body.wp-block-navigation__submenu-container, .botiga-accordion-body.children, .botiga-accordion-body.wc-block-product-categories-list {
  padding-top: 7px;
}