
| Current Path : /var/www/html/atstandard001/layout/page-layout/sass/twocol/ |
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/twocol/twocol-stack-order-2-1.scss |
@import "../page-layout-base";
//
// Two Regions - stack order 2-1
//
// All regions are full width, only the flex order changes.
// ---------------------------------------------------------------------------
.twocol-stack-order-2-1 {
// Two active regions.
.arc--2 {
.l-r {
&:first-child {
order: 2;
}
&:last-child {
order: 1;
}
}
}
}