Sha256: 4ab21e097f43c69596d48a8b8aa93495a3567748ca20247b9c1e7157079bf239
Contents?: true
Size: 1.07 KB
Versions: 28
Compression:
Stored size: 1.07 KB
Contents
/*------------------------------------*\ #BASE \*------------------------------------*/ body { margin: 0; padding: 0 !important; } body > center { width: 100%; } body > center, body > center > table { text-align: left; } // Required to ensure background is properly displayed across clients body, body > center, .mso-wrapper { background: $email-background-color; } table { border: 0; -premailer-cellpadding: 0; -premailer-cellspacing: 0; } td, th { vertical-align: top; } img { height: auto; font-family: sans-serif; font-size: $font-size; line-height: $line-height; color: invert($background-color); } a { color: $blue; text-decoration: underline; } h1, h2, h3, h4, h5, h6, p { font-family: $font-family; margin-top: 0; } h1 { font-size: 26px; } p { font-size: $font-size; line-height: $line-height; } hr { background-color: $light-gray; border: 0; height: 1px; margin: ($spacing-unit * 2) 0; } ul { padding-left: $spacing-unit * 3; } li { margin: $spacing-unit 0; }
Version data entries
28 entries across 28 versions & 1 rubygems