Current path: home/webdevt/www/wdp/wp-content/themes/quadric/assets/css/scss/modules/header/
?? Go up: /home/webdevt/www/wdp/wp-content/themes/quadric/assets/css/scss/modules
@include ipad-landscape {
.edgtf-page-header{
display: none;
}
.edgtf-mobile-header {
display: block;
}
}
.edgtf-drop-down .wide .second > .inner > ul {
@include laptop-landscape {
width: $grid-width-laptop-landscape;
}
@include ipad-landscape {
width: $grid-width-ipad-landscape;
}
}
.edgtf-boxed{
.edgtf-page-header .edgtf-sticky-header,
.edgtf-page-header .edgtf-fixed-wrapper.fixed{
@include laptop-landscape {
width: $grid-width-laptop-landscape-boxed;
}
}
&.edgtf-sticky-up-mobile-header .mobile-header-appear .edgtf-mobile-header-inner{
@include ipad-landscape {
width: $grid-width-ipad-landscape-boxed;
left: auto;
}
@include ipad-portrait {
width: $grid-width-ipad-portrait-boxed;
}
@include phone-landscape {
width: $grid-width-phone-landscape-boxed;
}
@include phone-portrait {
width: $grid-width-phone-portrait-boxed;
}
@include smaller-phone-portrait {
width: $grid-width-smaller-phone-portrait-boxed;
}
}
}