/*-----------------------------------------------------------------------------------*/ /* Component Block */ /*-----------------------------------------------------------------------------------*/ #container_main { box-sizing: border-box; .wrapper960 { } } #main.block_holder { padding: 0; } .maincontent { padding: @j51-gutter; } #content_full, #content100 { float:left; width:100%; } /* Sidecol A & B */ .sidecol_block { padding: 0px; .sidecol-a, .sidecol-b { } .module, [class^="module"] { } .module_surround { } } .sidecol-a, .sidecol-b { .module:first-of-type .module_surround { padding-top: 0; } .module_surround { padding-top: 0; padding-bottom: 50px; } &:first-of-type { .module:first-of-type .module_surround { padding-top: 40px; } } } /* Contenttop/Contentbottom */ .contenttop { .module_surround { padding: @j51-gutter @j51-gutter; } } .contentbottom { .module_surround { padding: 0 @j51-gutter 50px; } } .wrapper_contenttop { padding: 50px -(@j51-gutter) 10px; } .wrapper_contentbottom { padding: 0 -(@j51-gutter) 20px; }