115 lines
2.7 KiB
Handlebars
115 lines
2.7 KiB
Handlebars
<style>
|
|
/* -------------------------------------
|
|
RESPONSIVE AND MOBILE FRIENDLY STYLES
|
|
------------------------------------- */
|
|
@media only screen and (max-width: 620px) {
|
|
table.body h1 {
|
|
font-size: 22px !important;
|
|
padding-bottom: 16px !important;
|
|
}
|
|
table.body p,
|
|
table.body ul,
|
|
table.body ol,
|
|
table.body td,
|
|
table.body span,
|
|
table.body a {
|
|
font-size: 16px !important;
|
|
}
|
|
table.body .wrapper,
|
|
table.body .article {
|
|
padding: 10px !important;
|
|
}
|
|
table.body .content {
|
|
padding: 0 !important;
|
|
}
|
|
table.body .container {
|
|
padding: 0 !important;
|
|
width: 100% !important;
|
|
}
|
|
table.body .main {
|
|
border-left-width: 0 !important;
|
|
border-radius: 0 !important;
|
|
border-right-width: 0 !important;
|
|
}
|
|
table.body .img-responsive {
|
|
height: auto !important;
|
|
max-width: 100% !important;
|
|
width: auto !important;
|
|
}
|
|
table.body p.large,
|
|
table.body p.large a {
|
|
font-size: 18px !important;
|
|
}
|
|
table.body p.small,
|
|
table.body a.small {
|
|
font-size: 12px !important;
|
|
}
|
|
.new-mention-thumbnail {
|
|
display: none !important;
|
|
}
|
|
}
|
|
/* -------------------------------------
|
|
PRESERVE THESE STYLES IN THE HEAD
|
|
------------------------------------- */
|
|
@media all {
|
|
.ExternalClass {
|
|
width: 100%;
|
|
}
|
|
.ExternalClass,
|
|
.ExternalClass p,
|
|
.ExternalClass span,
|
|
.ExternalClass font,
|
|
.ExternalClass td,
|
|
.ExternalClass div {
|
|
line-height: 100%;
|
|
}
|
|
/* Reset styles for Gmail (it wraps email address in link with custom styles) */
|
|
.text-link a {
|
|
color: inherit !important;
|
|
font-family: inherit !important;
|
|
font-size: inherit !important;
|
|
font-weight: inherit !important;
|
|
line-height: inherit !important;
|
|
text-decoration: none !important;
|
|
}
|
|
.text-link-accent a {
|
|
font-family: inherit !important;
|
|
font-size: inherit !important;
|
|
font-weight: inherit !important;
|
|
line-height: inherit !important;
|
|
text-decoration: none !important;
|
|
}
|
|
#MessageViewBody a {
|
|
color: inherit;
|
|
text-decoration: none;
|
|
font-size: inherit;
|
|
font-family: inherit;
|
|
font-weight: inherit;
|
|
line-height: inherit;
|
|
}
|
|
}
|
|
hr {
|
|
border-width: 0;
|
|
height: 0;
|
|
margin-top: 34px;
|
|
margin-bottom: 34px;
|
|
border-bottom-width: 1px;
|
|
border-bottom-color: #EEF5F8;
|
|
}
|
|
a {
|
|
color: #15212A;
|
|
}
|
|
blockquote {
|
|
margin-left: 0;
|
|
padding-left: 20px;
|
|
border-left: 3px solid #DDE1E5;
|
|
}
|
|
.recommendation-card--outlook {
|
|
margin: 0;
|
|
padding: 0;
|
|
width: 100%;
|
|
border: 1px solid #F9F9FA;
|
|
background: #F9F9FA;
|
|
}
|
|
</style>
|