
| Current Path : /var/www/html/atstandard001/layout/page-layout/sass/sixcol/ |
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/sixcol/sixcol-6-2x3.scss |
@import "../page-layout-base";
//
// Six regions, 2x3
//
.sixcol-6-2x3 {
// Two active regions.
.arc--2 {
.l-r {
width: span(6 of 12);
}
}
// Three active regions.
.arc--3 {
.l-r {
&:first-child {
width: span(6 of 12);
}
&:nth-child(2) {
width: span(6 of 12);
}
}
}
// Five active regions.
.arc--5 {
.l-r {
width: span(6 of 12);
&:nth-child(2n) {}
&:last-child {
width: span(12 of 12);
}
}
}
// Four or Six active regions.
.arc--4,
.arc--6 {
.l-r {
width: span(6 of 12);
}
}
}