| DIR: /home/aissorg/public_html/fonts/qzfcvsedcv/werwcwsfs /home/aissorg/public_html/fonts/qzfcvsedcv/werwcwsfs/ |
| Current File : /home/aissorg/public_html/fonts/qzfcvsedcv/werwcwsfs/_page-layout.scss.tar |
home/aissorg/public_html/scss/custom-styles/helpers/_page-layout.scss 0000644 00000002134 15116256545 0022212 0 ustar 00 /*
*
* Page layout
*/
//
// Page
//
.page {
position: relative;
overflow: hidden;
min-height: 100vh;
&.fadeIn { animation-timing-function: ease-out; }
&.fadeOut { animation-timing-function: ease-in; }
[data-x-mode] & {
opacity: 1;
}
}
//
// Boxed Layout
//
html.boxed {
body {
background: $page-boxed-background-color $page-boxed-background-image repeat fixed;
}
@media (min-width: $page-boxed-width + $grid-gutter-width) {
.page {
max-width: $page-boxed-width;
margin-left: auto;
margin-right: auto;
box-shadow: 0 0 23px 0 rgba(1, 1, 1, 0.1);
}
.rd-navbar-static {
max-width: $page-boxed-width;
margin-left: auto;
margin-right: auto;
&.rd-navbar--is-stuck {
max-width: $page-boxed-width;
width: 100%;
left: calc(50% - #{$page-boxed-width});
right: calc(50% - #{$page-boxed-width});
}
}
}
}
.page-header-navbar {
position: relative;
z-index: $zindex-rd-navbar;
.rd-navbar-wrap {
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: $zindex-rd-navbar;
}
}
|