
| Current Path : /var/www/html/atstandard001/layout/page-layout/sass/threecol/ |
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/threecol/threecol-4-6-2.scss |
@import "../page-layout-base";
//
// Three Regions 4-6-2
//
// First region : 4 grid columns.
// Second region : 6 grid columns.
// Third region : 2 grid columns.
// ---------------------------------------------------------------------------
.threecol-4-6-2 {
.hr--1-2 {
.l-r {
width: span(4 of 12);
&:last-child {
width: span(8 of 12);
}
}
}
.hr--1-3 {
.l-r {
width: span(8 of 12);
&:last-child {
width: span(4 of 12);
}
}
}
.hr--2-3 {
.l-r {
width: span(10 of 12);
}
}
// Three active regions.
.arc--3 {
.l-r {
width: span(4 of 12);
&:nth-child(2) {
width: span(6 of 12);
}
}
}
.arc--3,
.hr--2-3 {
.l-r {
&:last-child {
width: span(2 of 12);
}
}
}
}