| Server IP : 119.59.104.26 / Your IP : 216.73.217.55 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/rtl-components/ |
Upload File : |
// Theme Tabs
.tabs {
a {
border-width: 0 0 1px 1px;
}
}
// Tabs Widget
.normal-side .tabs {
li:last-child a {
// border-right-width: 1px;
border-left-width: 0;
} // Responsive
@include breakpoint_max(320px) {
a {
border-width: 0 0 1px;
}
}
}
// Flex Tabs
.flex-tabs {
.flexMenu-viewMore {
a {
border-width: 0 0 1px 0;
}
}
.flexMenu-popup {
left: 0;
right: auto;
transform: translateY(-1px) translateX(-1px);
a {
padding: 10px 40px 10px 20px;
text-align: left;
}
}
}
// Vertical Tabs
.tabs-vertical {
&:after {
right: -1px;
left: auto;
border-width: 0 0 0 1px;
}
.tabs {
left: auto;
float: right;
li {
a {
border-width: 0 0 1px 0;
}
}
}
.tab-content {
float: right;
}
.magazine2 & {
.tab-content {
padding: 0 30px 0 0;
}
}
}
// Tabs:: if (Style #4 || #5 || 6 && magazine2)
.block-head-4.magazine2 {
.tabs .flexMenu-popup {
transform: translateY(0) translateX(-1px);
}
}
// Tabs:: if (Style #5 && magazine2)
.block-head-5.magazine2 .tabs>.active a:before {
right: 0;
left: auto;
transform: skew(20deg);
}
.block-head-5.magazine2 .tabs>.active:first-child a:before,
.block-head-5.magazine2 .widget .tabs .active:last-child a:after {
left: 0;
right: auto;
}
.block-head-5.magazine2 .tabs>.active:first-child a:after,
.block-head-5.magazine2 .widget .tabs .active:last-child a:before,
.block-head-6.magazine2 .tabs>.active a:before {
right: 0;
left: auto;
}
// Tabs:: if (Style #6 && magazine2)
.block-head-6.magazine2 {
.tabs>.active a:after {
left: 0;
right: auto;
transform: skew(35deg);
}
}