Sha256: 68ef11dc22418778d3ddd4b990d8bf5f4dd41e4fce10d2e6b12ebb8d24a14ef3

Contents?: true

Size: 1.55 KB

Versions: 9

Compression:

Stored size: 1.55 KB

Contents

table.row {
  margin-right: -15px;
  margin-left: -15px;
  table-layout: fixed;
  width: 100%;
}

th.col-1,
th.col-lg-1,
th.col-2,
th.col-lg-2,
th.col-3,
th.col-lg-3,
th.col-4,
th.col-lg-4,
th.col-5,
th.col-lg-5,
th.col-6,
th.col-lg-6,
th.col-7,
th.col-lg-7,
th.col-8,
th.col-lg-8,
th.col-9,
th.col-lg-9,
th.col-10,
th.col-lg-10,
th.col-11,
th.col-lg-11,
th.col-12,
th.col-lg-12 {
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  font-weight: normal;
}

table.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > thead > tr {
  & > th.col-1,
  & > th.col-lg-1,
  & > th.col-2,
  & > th.col-lg-2,
  & > th.col-3,
  & > th.col-lg-3,
  & > th.col-4,
  & > th.col-lg-4,
  & > th.col-5,
  & > th.col-lg-5,
  & > th.col-6,
  & > th.col-lg-6,
  & > th.col-7,
  & > th.col-lg-7,
  & > th.col-8,
  & > th.col-lg-8,
  & > th.col-9,
  & > th.col-lg-9,
  & > th.col-10,
  & > th.col-lg-10,
  & > th.col-11,
  & > th.col-lg-11,
  & > th.col-12,
  & > th.col-lg-12{
    padding-right: 0;
    padding-left: 0;
  }
}

th.col-1,
th.col-lg-1 {
  width: 8.333333%;
}

th.col-2,
th.col-lg-2 {
  width: 16.666667%;
}

th.col-3,
th.col-lg-3 {
  width: 25%;
}

th.col-4,
th.col-lg-4 {
  width: 33.333333%;
}

th.col-5,
th.col-lg-5 {
  width: 41.666667%;
}

th.col-6,
th.col-lg-6 {
  width: 50%;
}

th.col-7,
th.col-lg-7 {
  width: 58.333333%;
}

th.col-8,
th.col-lg-8 {
  width: 66.666667%;
}

th.col-9,
th.col-lg-9 {
  width: 75%;
}

th.col-10,
th.col-lg-10 {
  width: 83.333333%;
}

th.col-11,
th.col-lg-11 {
  width: 91.666667%;
}

th.col-12,
th.col-lg-12 {
  width: 100%;
}

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
bootstrap-email-0.3.4 core/sass/_grid.scss
bootstrap-email-0.3.3 core/sass/_grid.scss
bootstrap-email-0.3.2 core/sass/_grid.scss
bootstrap-email-0.3.1 core/sass/_grid.scss
bootstrap-email-0.3.0 core/sass/_grid.scss
bootstrap-email-0.2.6 core/sass/_grid.scss
bootstrap-email-0.2.5 core/sass/_grid.scss
bootstrap-email-0.2.4 core/sass/_grid.scss
bootstrap-email-0.2.3 core/sass/_grid.scss