
| Current Path : /var/www/html/atstandard001/layout/page-layout/sass/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/atstandard001/layout/page-layout/sass/page-layout-global.scss |
//
// Global layout declarations.
//
// ---------------------------------------------------------------------------
// Import base.
@import "page-layout-base";
.page {
display: flex;
flex-flow: column;
width: 100%;
}
.l-rw {
display: flex;
flex-wrap: wrap;
flex-direction: $row-direction;
max-width: 75em;
width: 100%;
}
.l-r {
flex: 0 0 auto; // Flex basis auto to support IE10/11
padding: 0 0.625em;
width: 100%;
}