
| 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-4x4.scss |
@import "plugin-layout-base";
//
// Grid 4x4
// -----------------------------------------------------------------------------
.atl--grid-4x4 {
> .atl__cw > .atl__lc {
margin-bottom: gutter();
}
}
.bp--at-core-simple-tablet-isolate {
.atl--grid-4x4 {
> .atl__cw {
> .atl__lc {
flex: 0 0 auto;
width: span(6 of 12);
}
// Full width hanging widows.
> .atl__lc:nth-of-type(odd):last-child {
flex: 1 1 auto ;
width: 100%;
}
}
}
}
.bp--at-core-simple-wide {
.atl--grid-4x4 {
> .atl__cw {
> .atl__lc {
flex: 0 0 auto;
width: span(3 of 12);
}
}
}
}