Sha256: ff7a28bdeb6daf43328bd0c23b1a8c1a92976431f6e8cc339455835649d5cb7c
Contents?: true
Size: 1.3 KB
Versions: 5
Compression:
Stored size: 1.3 KB
Contents
/* Based on https://templates.mailchimp.com/development/css/reset-styles/ by Mailchimp */ body, .body { margin: 0; Margin: 0; // For compatibility with Outlook https://www.emailonacid.com/blog/article/email-development/outlook-com-does-support-margins/ padding: 0; border: 0; outline: 0; width: 100%; min-width: 100%; height: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; font-family: $font-family-base; line-height: $line-height-base * $font-size-base; font-weight: $font-weight-base; font-size: $font-size-base; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: $body-bg; color: $body-color; } img { border: 0 none; height: auto; line-height: 100%; outline: none; text-decoration: none; } a img { border: 0 none; } // don't apply to spacers table:not([class^=s-]) { font-family: $font-family-base; mso-table-lspace: 0pt; mso-table-rspace: 0pt; } table:not([class^=s-]) { border-spacing: 0px; border-collapse: collapse; td { border-spacing: 0px; border-collapse: collapse; } } // to fix centering in yahoo table[align=center] { margin: 0 auto; } th, td, p { text-align: left; line-height: $line-height-base * $font-size-base; font-size: $font-size-base; margin: 0; }
Version data entries
5 entries across 5 versions & 1 rubygems