
| Current Path : /var/www/html/rocksensor1/web/themes/contrib/adaptivetheme/at_core/styles/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/rocksensor1/web/themes/contrib/adaptivetheme/at_core/styles/sass/at--bc.scss |
// Provide BC CSS layer.
// It's possible for older themes to not have this if the upgrade as not been
// completed properly. Load this otherwise the layout could be broken.
.layout-type--flex-builder {
.page {
display: flex;
flex-flow: column;
width: 100%;
}
.l-attribution {
order: 100; // Ensure this always comes last in the flex-direction order.
}
}
.bogus {
padding: 0;
}