| Server IP : 43.153.74.48 / Your IP : 216.73.216.175 Web Server : LiteSpeed System : Linux VM-0-13-ubuntu 5.15.0-113-generic #123-Ubuntu SMP Mon Jun 10 08:16:17 UTC 2024 x86_64 User : www ( 1002) PHP Version : 8.1.29 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/stainlesstint.com/wp-content/themes/woodmart/inc/admin/assets/sass/base/ |
Upload File : |
// ------------------------------------------------------------------------------------
// ADMINBAR
// ------------------------------------------------------------------------------------
@if $base-adminbar {
#wp-admin-bar-xts_dashboard {
.ab-item {
i {
font-style: normal;
margin-inline-end: 5px;
}
}
> .ab-item {
display: flex !important;
align-items: center;
img {
max-width: 18px;
max-height: 18px;
margin-inline-end: 5px;
}
&:before {
@include font-icon($xts-icon-logo-woodmart);
}
}
.wd-white-label-img & {
> .ab-item {
&:before {
display: none;
}
}
}
}
#wp-admin-bar-xts_theme_settings {
> .ab-sub-wrapper {
ul {
display: flex;
flex-wrap: wrap;
padding-bottom: 10px;
width: 500px;
li {
width: 33.3333333%;
a {
overflow: hidden;
text-overflow: ellipsis;
}
}
}
}
}
#wp-admin-bar-xts_dashboard_external {
> li {
> a {
display: flex !important;
align-items: center;
}
}
}
//**** PATCHER COUNT ****//
#wp-admin-bar-xts_patcher {
.xts-patcher-counter {
display: flex;
align-items: center;
justify-content: center;
margin-inline-start: 5px;
padding: 3px 6px;
border-radius: 9px;
background-color: var(--xts-warning-color, #FA5757);
color: #FFF;
font-size: 11px;
.patcher-count {
font-size: inherit;
line-height: 1;
}
}
}
} // END IF