| Server IP : 119.59.104.26 / Your IP : 216.73.217.65 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/.trash/files/wp-content.wFk3kz_syhg/themes/MIXThemes/assets/css/sass/ |
Upload File : |
// MIXINS & GLOBAL VARIALS ALL OVER THE THEME & CSS3 MIXINS
@import "utils/mixins";
@import "utils/variables";
//Remove/Close buttons -----------------------------------------
// Element Story :)
// as the Woocommerce uses .remove class for remove buttons, we will use the same class
// all over the theme for remove/close buttons
a.remove{
position: absolute;
top: 0;
right: 0;
display: block;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
width: 20px;
height: 20px;
display: block;
line-height: 20px;
text-align: center;
font-size: 15px;
&:before{
content: "\e117";
font-family: 'tiefonticon';
color: $danger_color;
transition: color 0.15s;
}
&:hover:before{
color: darken($danger_color, 15%);
}
&.big-btn{
width: 25px;
height: 25px;
line-height: 25px;
font-size: 22px;
}
&.light-btn:not(:hover){
&:before{
color: #ffffff;
}
}
// side aside
.side-aside &{
z-index: 1;
top: 15px;
@include center(x);
.admin-bar &{
top: 47px;
}
.admin-bar.is-mobile &{
top: 61px;
}
}
// popup module [login & search]
.tie-popup &{
transition: 0.3s;
transform: scale(0.2);
opacity: 0;
top: 40px;
right: 40px;
z-index: 1;
.tie-popup-is-opend &{
opacity: 1;
transform: scale(1);
}
}
}
// Sticky Sidebars
.theiaStickySidebar:after{
content: "";
display: table;
clear: both;
}
// PopUps ------------------------------------------------
@import "components/_popup";
// Font Awesome ------------------------------------------------
// Font Awesome 4.7 by @davegandy - http://fontawesome.io - @fontawesome
// License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
@import "vendors/fontawesome";
// TieFontIcon -------------------------------------------------
@import "vendors/tiefonticon";
// Woocommerce - buddypress - bbpress notices ------------------
@import "vendors/wp-bp-bb-notices";
// TirpAdvisor -------------------------------------------------
@import "vendors/tripadvisor";
// malihu jquery custom scrollbar plugin -----------------------
// Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
@import "vendors/mcustomscrollbar";
// iLightbox // This code added directly to skins files of the IlightBox
//@import "vendors/ilightbox";