
| Current Path : /var/www/html/atstandard/layout/plugin-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/atstandard/layout/plugin-layout/sass/threecol-2-2-8.scss |
@import "plugin-layout-base";
//
// Three Regions 2-2-8
//
// First region : 2 grid columns.
// Second region : 2 grid columns.
// Third region : 8 grid columns.
// -----------------------------------------------------------------------------
.bp--at-core-simple-wide,
.bp--at-core-simple-tablet-isolate {
.atl--threecol-2-2-8 {
// Two active regions.
&.l-arc--2 {
> .atl__cw > .atl__lc {
width: span(4 of 12);
&:first-child {
width: span(8 of 12);
}
}
}
}
}
.bp--at-core-simple-tablet-isolate {
.atl--threecol-2-2-8 {
// Three active regions.
&.l-arc--3 {
> .atl__cw > .atl__lc {
&:nth-child(2),
&:last-child {
width: span(6 of 12);
}
}
}
}
}
.bp--at-core-simple-wide {
.atl--threecol-2-2-8 {
// Three active regions.
&.l-arc--3 {
> .atl__cw > .atl__lc {
width: span(2 of 12);
&:last-child {
width: span(8 of 12);
}
}
}
}
}