91 lines
1.2 KiB
SCSS
Executable File
91 lines
1.2 KiB
SCSS
Executable File
// Foundation for Emails by ZURB
|
|
// zurb.com/ink/
|
|
// Licensed under MIT Open Source
|
|
|
|
////
|
|
/// @group normalize
|
|
////
|
|
|
|
$paragraph-margin-bottom: 10px !default;
|
|
|
|
#outlook a {
|
|
padding: 0;
|
|
}
|
|
|
|
body {
|
|
width: 100% !important;
|
|
min-width: 100%;
|
|
-webkit-text-size-adjust: 100%;
|
|
-ms-text-size-adjust: 100%;
|
|
margin: 0;
|
|
Margin: 0;
|
|
padding: 0;
|
|
-moz-box-sizing: border-box;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.ExternalClass {
|
|
width: 100%;
|
|
|
|
&,
|
|
p,
|
|
span,
|
|
font,
|
|
td,
|
|
div {
|
|
line-height: 100%;
|
|
}
|
|
}
|
|
|
|
#backgroundTable {
|
|
margin: 0;
|
|
Margin: 0;
|
|
padding: 0;
|
|
width: 100% !important;
|
|
line-height: 100% !important;
|
|
}
|
|
|
|
img {
|
|
outline: none;
|
|
text-decoration: none;
|
|
-ms-interpolation-mode: bicubic;
|
|
width: auto;
|
|
max-width: 100%;
|
|
clear: both;
|
|
display: block;
|
|
}
|
|
|
|
center {
|
|
width: 100%;
|
|
min-width: $global-width;
|
|
}
|
|
|
|
a img {
|
|
border: none;
|
|
}
|
|
|
|
p {
|
|
margin: 0 0 0 $paragraph-margin-bottom;
|
|
Margin: 0 0 0 $paragraph-margin-bottom;
|
|
}
|
|
|
|
table {
|
|
border-spacing: 0;
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
td {
|
|
word-wrap: break-word;
|
|
-webkit-hyphens: auto;
|
|
-moz-hyphens: auto;
|
|
hyphens: auto;
|
|
border-collapse: collapse !important;
|
|
}
|
|
|
|
table, tr, td {
|
|
padding: 0;
|
|
vertical-align: top;
|
|
text-align: left;
|
|
}
|