Sha256: e0e0541837477d13f55318cbbf4340664cde8ad7504ebb1dde3137fccd5e00fe
Contents?: true
Size: 827 Bytes
Versions: 20
Compression:
Stored size: 827 Bytes
Contents
.row { margin-right: -24px; & > table { table-layout: fixed; -premailer-width: 100%; width: 100%; & > tbody > tr > td { min-height: 1px; font-weight: normal; padding-right: 24px; 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 { .row.gap-#{$space}, .row.gap-x-#{$space}, .row.gap-lg-#{$space}, .row.gap-x-lg-#{$space} { margin-right: -1 * $value; & > table > tbody > tr > td { padding-right: $value; } } .row.gap-#{$space}, .row.gap-y-#{$space}, .row.gap-lg-#{$space}, .row.gap-y-lg-#{$space} { margin-bottom: -1 * $value; & > table > tbody > tr > td { padding-bottom: $value; } } }
Version data entries
20 entries across 20 versions & 1 rubygems