Sha256: d9d0d3c3e987c77a702317a4c8cccc3c419bd64824fc11cbc2c4b30f7be6d1dd

Contents?: true

Size: 712 Bytes

Versions: 2

Compression:

Stored size: 712 Bytes

Contents

table.row {
  table-layout: fixed;
  -premailer-width: 100%;
  width: 100%;
  & > tbody > tr > td {
    min-height: 1px;
    font-weight: normal;
    padding-right: 30px;
    vertical-align: top;
    text-align: left;
  }
}

@each $key, $value in $grid-cols {
  td.col-#{$key},
  td.col-lg-#{$key} {
    width: $value;
  }
}

@each $space, $value in $spacers {
  table.row.g-#{$space},
  table.row.gx-#{$space},
  table.row.g-lg-#{$space},
  table.row.gx-lg-#{$space} {
    & > tbody > tr > td {
      padding-right: $value;
    }
  }
  table.row.g-#{$space},
  table.row.gy-#{$space},
  table.row.g-lg-#{$space},
  table.row.gy-lg-#{$space} {
    & > tbody > tr > td {
      padding-bottom: $value;
    }
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bootstrap-email-1.0.0.alpha2.1 core/scss/components/_grid.scss
bootstrap-email-1.0.0.alpha2 core/scss/components/_grid.scss