| Server IP : 119.59.104.26 / Your IP : 216.73.217.10 Web Server : Apache/2 System : Linux ns69.hostinglotus.net 4.18.0-553.141.2.el8_10.x86_64 #1 SMP Wed Jul 8 10:28:18 EDT 2026 x86_64 User : com12370 ( 1517) PHP Version : 7.2.34 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/com12370/public_html/wp-content/themes/MIXThemes/assets/css/sass/components/ |
Upload File : |
#tie-wrapper:after{
position: absolute;
z-index: 1000;
top: -10%;
left: -50%;
width: 0;
height: 0;
background: rgba(0, 0, 0, 0.2);
content: '';
opacity: 0;
cursor: pointer;
transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
.side-aside{
position: fixed;
top: 0;
right: 0;
z-index: 111;
visibility: hidden;
width: 350px;
max-width: 100%;
height: 100%;
background: $darker-bg-more;
background-repeat: no-repeat;
background-position: center top;
background-size: cover;
transition: 0.5s cubic-bezier(.55,0,.1,1) 0s;
transform: translate3d(350px, 0, 0);
overflow-y: auto;
.dark-skin &{
background: darken($darker-bg-more, 2%);
}
@include breakpoint(max_min_md){
transform: translate3d(100%, 0, 0);
&.is-fullwidth{
width: 100%;
}
}
.is-mobile & .side-aside-wrapper,
.is-desktop & .mCSB_container{
padding: 50px 0 0;
}
.admin-bar.is-desktop & .mCSB_container,
.is-mobile.admin-bar & .side-aside-wrapper{
padding-top: 72px;
}
.widget-content-only{
&:first-child{
margin-top: 20px;
}
}
&.dark-skin .container-wrapper {
border-radius: 0;
border: 0;
background: transparent;
}
&:after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.2);
content: '';
opacity: 1;
transition: opacity 0.5s;
}
.tie-slider-widget{
position: relative;
z-index: 1;
}
.container-wrapper {
padding: 30px !important;
}
.widget-content-only{
padding: 0 !important;
}
}
.side-aside-open{
#tie-wrapper{
&:after{
width: 200%;
height: 110%;
opacity: 1;
transition: opacity 0.5s;
.border-layout &{
opacity: 0;
}
}
}
.side-aside {
visibility: visible;
transform: translate3d(0, 0, 0)!important;
&:after {
display: none;
width: 0;
height: 0;
opacity: 0;
transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
}
}