discourse/app/views/user_notifications/digest/_styles.html.erb
benj 3c290648fa
DEV: Refactors digest/summary email into partials (#33451)
This breaks up the large and unwieldy digest (AKA summary) email
template into a handful of partials, in hopes that this enables users to
more easily customize that particular send.
2025-07-07 09:57:15 -05:00

37 lines
No EOL
816 B
Text
Vendored

<style>
@media only screen {
html {
min-height: 100%;
background: #f3f3f3
}
}
@media only screen and (max-width:900px) {
table.body img {
width: auto;
height: auto
}
table.body center {
min-width: 0!important;
}
table.body .side-spacer {
width: 2.5%!important;
}
table.body .column,
table.body .columns {
height: auto!important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding-left: 16px!important;
padding-right: 16px!important
}
table.body .column .column,
table.body .column .columns,
table.body .columns .column,
table.body .columns .columns {
padding-left: 0!important;
padding-right: 0!important
}
}
</style>