|
Server : Apache System : Linux vps.urbanovitalino.adv.br 3.10.0-1062.12.1.el7.x86_64 #1 SMP Tue Feb 4 23:02:59 UTC 2020 x86_64 User : urbanovitalinoad ( 1001) PHP Version : 7.3.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/urbanovitalinoad/public_html/next/templates/shaper_helixultimate/scss/ |
Upload File : |
/**
* @package Helix Ultimate Framework
* @author JoomShaper https://www.joomshaper.com
* @copyright Copyright (c) 2010 - 2021 JoomShaper
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
*/
@import 'bs4-rtl';
body.rtl {
text-align: right;
.sp-scroll-up {
right: auto;
left: 30px;
}
.article-details {
.link-edit-article {
right: auto;
left: 0;
}
}
// Menu
.sp-megamenu-parent {
float: left;
> li {
&.sp-has-child > a:before,
&.sp-has-child > span:before {
font-family: $font_awesome_font_family;
content: '\f107';
float: left;
margin-right: 7px;
}
.sp-menu-badge {
&.sp-menu-badge-right {
margin-right: 7px;
}
&.sp-menu-badge-left {
margin-left: 7px;
}
}
}
.sp-dropdown {
.sp-dropdown-items {
.sp-has-child > a:after {
font-family: $font_awesome_font_family;
content: '\f104';
float: left;
margin-right: 7px;
}
}
&.sp-menu-center {
margin-right: 45px;
}
&.sp-dropdown-main {
&.sp-menu-right {
right: 0;
}
&.sp-menu-full {
right: auto;
left: 0;
}
&.sp-menu-left {
left: 0;
}
}
&.sp-dropdown-sub {
right: 100%;
}
}
}
#offcanvas-toggler {
&.offcanvas-toggler-right {
float: left;
margin-right: 20px;
}
&.offcanvas-toggler-left {
float: right;
margin-left: 20px;
}
}
&.offcanvs-position-left {
.body-wrapper {
right: 0;
}
.offcanvas-menu {
right: -$offcanvas_width;
}
&.offcanvas-active {
.offcanvas-menu {
right: 0;
top: 0;
}
.body-wrapper {
right: $offcanvas_width;
}
}
}
&.offcanvs-position-right {
.body-wrapper {
left: 0;
}
.offcanvas-menu {
left: -$offcanvas_width;
}
&.offcanvas-active {
.offcanvas-menu {
left: 0;
top: 0;
}
.body-wrapper {
left: $offcanvas_width;
}
}
}
.close-offcanvas {
left: 15px;
}
.offcanvas-menu {
.offcanvas-inner {
.sp-module {
ul {
> li {
&.menu-parent {
> a,
> .menu-separator {
> .menu-toggler {
left: 0;
}
}
}
ul {
margin-right: 10px;
}
}
}
}
}
}
}