| Server IP : 94.177.215.211 / Your IP : 216.73.216.172 Web Server : nginx/1.26.0 System : Linux mtncompany-wp 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : root ( 0) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source,eval MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/sites/morsiesorsi/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;
}
}
}
}
}
:is(
#wp-admin-bar-xts_dashboard-default,
#wp-admin-bar-xts_dashboard_external,
#wp-admin-bar-xts_theme_settings-default) {
> 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