Created
September 26, 2014 16:00
-
-
Save jonbjornn/b4a3e3752ae9ed690356 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// Sass (v3.4.4) | |
// Compass (v1.0.1) | |
// ---- | |
/* | |
This is a Global CSS document. | |
For message specific styles, please | |
preview the individual messages. | |
*/ | |
/* SASS - Branding */ | |
$brand-font-stack: Helvetica, Arial, sans-serif; | |
$brand-text-color: #666666; | |
$brand-cta-color: #4381fd; | |
/* SASS - Typography */ | |
$caption-fs: 9px; | |
$copy-fs: 16px; | |
$headline-color-bar: #ffffff; | |
$headline-color-normal: #333333; | |
$headline-fs: 24px; | |
$modulePadBot: 20px; | |
$subheadline-fs: 18px; | |
$txtPadBot: 16px; | |
/* SASS - Structure */ | |
$containerPadding: 13px; | |
/* Globals */ | |
a { | |
color: $brand-cta-color; | |
text-decoration: none; | |
} | |
body { | |
-ms-text-size-adjust: 100%; | |
-webkit-text-size-adjust: 100%; | |
margin: 0; | |
padding: 0; | |
width: 100%; | |
} | |
.empty { | |
font-size: 0; | |
line-height: 0; | |
} | |
img { | |
-ms-interpolation-mode: bicubic; | |
border: none; | |
display: block; | |
outline: none; | |
} | |
.noblock { | |
display: inline; | |
} | |
table { | |
-premailer-cellpadding: 0; | |
-premailer-cellspacing: 0; | |
border-collapse: collapse; | |
border: none; | |
color: $brand-text-color; | |
font-family: $brand-font-stack; | |
mso-table-lspace:0pt; | |
mso-table-rspace:0pt; | |
td { | |
line-height: 1em; | |
text-align: left; | |
} | |
} | |
.text { | |
cursor: text !important; | |
} | |
.modulePadBot { | |
padding-bottom: $modulePadBot; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
This is a Global CSS document. | |
For message specific styles, please | |
preview the individual messages. | |
*/ | |
/* SASS - Branding */ | |
/* SASS - Typography */ | |
/* SASS - Structure */ | |
/* Globals */ | |
a { | |
color: #4381fd; | |
text-decoration: none; | |
} | |
body { | |
-ms-text-size-adjust: 100%; | |
-webkit-text-size-adjust: 100%; | |
margin: 0; | |
padding: 0; | |
width: 100%; | |
} | |
.empty { | |
font-size: 0; | |
line-height: 0; | |
} | |
img { | |
-ms-interpolation-mode: bicubic; | |
border: none; | |
display: block; | |
outline: none; | |
} | |
.noblock { | |
display: inline; | |
} | |
table { | |
-premailer-cellpadding: 0; | |
-premailer-cellspacing: 0; | |
border-collapse: collapse; | |
border: none; | |
color: #666666; | |
font-family: Helvetica, Arial, sans-serif; | |
mso-table-lspace: 0pt; | |
mso-table-rspace: 0pt; | |
} | |
table td { | |
line-height: 1em; | |
text-align: left; | |
} | |
.text { | |
cursor: text !important; | |
} | |
.modulePadBot { | |
padding-bottom: 20px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment