
| Current Path : /var/www/html/atstandard_001/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_001/layout/plugin-layout/sass/grid-2x2.scss |
@import "plugin-layout-base";
//
// Grid 2x2
// -----------------------------------------------------------------------------
.atl--grid-2x2 {
> .atl__cw > .atl__lc {
margin-bottom: gutter();
}
}
.bp--at-core-simple-tablet-isolate,
.bp--at-core-simple-wide {
.atl--grid-2x2 {
> .atl__cw {
> .atl__lc {
width: span(6 of 12);
}
// Full width hanging widow.
> .lc-3:last-child {
flex: 1 1 auto;
}
}
}
}