
| Current Path : /var/www/html/atstandard001/layout/page-layout/sass/fivecol/ |
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/fivecol/fivecol-5x2.scss |
@import "../page-layout-base";
//
// Five regions, 2 grid cols each.
//
.fivecol-5x2 {
// Two active regions.
.arc--2 {
.l-r {
width: span(6 of 12);
}
}
// Three active regions.
.arc--3 {
.l-r {
width: span(4 of 12);
}
}
// Four active regions.
.arc--4 {
.l-r {
width: span(3 of 12);
}
}
// Five active regions.
@include with-layout($container-10) {
.arc--5 {
.l-r {
width: span(2 of 10);
}
}
}
// The last region in the source is always the :last-child.
.l-rw:not(.arc--1) .l-r:last-child {}
}