b374k
m1n1 1.01
Apache/2.4.41 (Ubuntu)
Linux vmi616275.contaboserver.net 5.4.0-84-generic #94-Ubuntu SMP Thu Aug 26 20:27:37 UTC 2021 x86_64
uid=33(www-data) gid=33(www-data) groups=33(www-data)
server ip : 62.171.164.128 | your ip : 127.0.0.1
safemode OFF
 >  / home / dev2.destoffenstraat.com / app / design / frontend / Infortis / base / web / css / source /
Filename/home/dev2.destoffenstraat.com/app/design/frontend/Infortis/base/web/css/source/_navigation.less
Size7.61 kb
Permissionrw-r--r--
Ownerroot : root
Create time17-Aug-2025 10:26
Last modified06-Apr-2021 18:06
Last accessed23-Aug-2025 02:07
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
//
// Common
// _____________________________________________

& when (@media-common = true) {

// .panel.header {
// .links,
// .switcher {
// display: none;
// }
// }

// .nav-sections {
// .lib-css(background, @navigation__background);
// }

.nav-toggle {
.lib-icon-font(
@icon-menu,
@_icon-font-size: 28px,
@_icon-font-color: @header-icons-color,
@_icon-font-color-hover: @header-icons-color-hover
);
.lib-icon-text-hide();
cursor: pointer;
display: block;
font-size: 0;
left: 15px;
position: absolute;
top: 15px;
z-index: 14;
}
}

//
// Mobile
// _____________________________________________

@active-nav-indent: 54px;

// .media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
// .navigation {
// padding: 0;
// .parent {
// .level-top {
// position: relative;
// .lib-icon-font(
// @_icon-font-content: @icon-down,
// @_icon-font-size: 42px,
// @_icon-font-position: after,
// @_icon-font-display: block
// );
// &:after {
// position: absolute;
// right: 7px;
// top: -8px;
// }
// &.ui-state-active {
// .lib-icon-font-symbol(
// @_icon-font-content: @icon-up,
// @_icon-font-position: after
// );
// }
// }
// }
// }

// .nav-sections {
// .lib-css(transition, left .3s, 1);
// height: 100%;
// left: -80%;
// left: calc(~"-1 * (100% - @{active-nav-indent})");
// overflow: auto;
// position: fixed;
// top: 0;
// width: 80%;
// width: calc(~"100% - @{active-nav-indent}");

// .switcher {
// border-top: 1px solid @color-gray82;
// font-size: 1.6rem;
// font-weight: 700;
// margin: 0;
// padding: .8rem 3.5rem .8rem 2rem;
// .label {
// display: block;
// margin-bottom: @indent__xs;
// }
// &:last-child {
// border-bottom: 1px solid @color-gray82;
// }
// &-trigger {
// strong {
// display: inline-block !important;
// position: relative;
// .lib-icon-font(
// @_icon-font-content: @icon-down,
// @_icon-font-size: 42px,
// @_icon-font-position: after,
// @_icon-font-display: block
// );
// &:after {
// position: absolute;
// right: -40px;
// top: -18px;
// }
// }
// &.active strong {
// .lib-icon-font-symbol(
// @_icon-font-content: @icon-up,
// @_icon-font-position: after
// );
// }
// }
// &-dropdown {
// .lib-list-reset-styles();
// padding: @indent__s 0;
// }
// }

// .header.links {
// .lib-list-reset-styles();
// border-bottom: 1px solid @color-gray82;
// li {
// font-size: 1.6rem;
// margin: 0;
// &.greet.welcome {
// border-top: 1px solid @color-gray82;
// font-weight: 700;
// padding: .8rem @indent__base;
// }
// > a {
// border-top: 1px solid @color-gray82;
// }
// }
// a,
// a:hover {
// .lib-css(color, @navigation-level0-item__color);
// .lib-css(text-decoration, @navigation-level0-item__text-decoration);
// display: block;
// font-weight: 700;
// padding: .8rem @indent__base;
// }
// .header.links {
// border: 0;
// }
// }
// }

// .nav-before-open {
// height: 100%;
// width: 100%;
// .page-wrapper {
// .lib-css(transition, left .3s, 1);
// height: 100%;
// left: 0;
// overflow: hidden;
// position: relative;
// }

// body {
// height: 100%;
// overflow: hidden;
// position: relative;
// width: 100%;
// }
// }

// .nav-open {
// .page-wrapper {
// left: 80%;
// left: calc(~"100% - @{active-nav-indent}");
// }

// .nav-sections {
// @_shadow: 0 0 5px 0 rgba(50, 50, 50, .75);

// .lib-css(box-shadow, @_shadow, 1);
// left: 0;
// z-index: 99;
// }

// .nav-toggle {
// &:after{
// background: rgba(0,0,0,.01);
// content: '';
// display: block;
// height: 100%;
// position: fixed;
// right:0;
// top: 0;
// width: 100%;
// z-index: 1;
// }
// }
// }

// .nav-sections {
// &-items {
// .lib-clearfix();
// position: relative;
// z-index: 1;
// }

// &-item-title {
// background: darken(@navigation__background,5%);
// border: solid darken(@navigation__background,10%);
// border-width: 0 0 1px 1px;
// box-sizing: border-box;
// float: left;
// height: 71px;
// padding-top: 24px;
// text-align: center;
// width: 33.33%;
// &.active {
// background: transparent;
// border-bottom: 0;
// }
// .nav-sections-item-switch {
// &:hover {
// text-decoration: none;
// }
// }
// }

// &-item-content {
// .lib-clearfix();
// box-sizing: border-box;
// float: right;
// margin-left: -100%;
// margin-top: 71px;
// width: 100%;
// &.active {
// display: block;
// }
// padding: @indent__m 0;
// }
// }

// .lib-main-navigation();
// }

//
// Desktop
// _____________________________________________

.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
.nav-toggle {
display: none;
}

// .nav-sections {
// .lib-vendor-prefix-flex-shrink(0);
// .lib-vendor-prefix-flex-basis(auto);
// margin-bottom: @indent__m;
// &-item-title {
// display: none;
// }
// &-item-content {
// display: block !important;
// }
// &-item-content > * {
// display: none;
// }
// &-item-content > .navigation {
// display: block;
// }
// }

// .lib-main-navigation-desktop();

// .panel.header {
// .links,
// .switcher {
// display: inline-block;
// }
// }

}