}
//Collapsed logic
- .collapse {
- > tbody > tr > td.large-#{$i},
- > tbody > tr > th.large-#{$i} {
- padding-right: 0;
- padding-left: 0;
- width: -zf-grid-calc-px($i, $grid-column-count, $global-width) + $global-gutter;
+ .collapse > tbody > tr {
+ > td.large-#{$i},
+ > th.large-#{$i} {
+ &:not([class*=large-offset]) {
+ padding-right: 0;
+ padding-left: 0;
+ width: -zf-grid-calc-px($i, $grid-column-count, $global-width) + $global-gutter;
+ }
}
//Gotta give it that extra love for the first and last columns.