Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions echo/directus/templates/email-base.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,14 @@

@media screen and (max-width: 600px) {
.card-inner { padding: 24px 24px 0 !important; }
.outer-padding { padding: 24px 12px !important; }
}
</style>
</head>
<body style="background-color:#F6F4F1;">
<table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="background-color:#F6F4F1; padding:40px 20px;">
<table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="background-color:#F6F4F1;">
<tr>
<td align="center" valign="top">
<td class="outer-padding" align="center" valign="top" style="padding:40px 20px;">
<!--[if (gte mso 9)|(IE)]>
<table role="presentation" align="center" border="0" cellspacing="0" cellpadding="0" width="600"><tr><td align="center" valign="top" width="600">
<![endif]-->
Expand Down
9 changes: 6 additions & 3 deletions echo/directus/templates/report-notification-en.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,16 @@
p { font-size: 17px; line-height: 1.65; color: #2D2D2C; margin: 0 0 28px; font-weight: 300; }
.button { display: inline-block; background: #4169E1; color: #FFFFFF !important; text-decoration: none; padding: 14px 30px; border-radius: 9999px; font-size: 15px; font-weight: 400; line-height: 1; }
.muted { font-size: 13px; line-height: 1.65; color: #6B6B6A; font-weight: 300; }
@media screen and (max-width: 600px) { .card-inner { padding: 24px 24px 0 !important; } }
@media screen and (max-width: 600px) {
.card-inner { padding: 24px 24px 0 !important; }
.outer-padding { padding: 24px 12px !important; }
}
</style>
</head>
<body>
<table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="background-color:#F6F4F1; padding:40px 20px;">
<table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="background-color:#F6F4F1;">
<tr>
<td align="center" valign="top">
<td class="outer-padding" align="center" valign="top" style="padding:40px 20px;">
<table role="presentation" align="center" border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width:600px; background-color:#FFFFFF; border:1px solid #EFEAE2;">
<tr>
<td class="card-inner" style="padding:32px 48px 0;">
Expand Down
9 changes: 6 additions & 3 deletions echo/directus/templates/report-notification-nl.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,16 @@
p { font-size: 17px; line-height: 1.65; color: #2D2D2C; margin: 0 0 28px; font-weight: 300; }
.button { display: inline-block; background: #4169E1; color: #FFFFFF !important; text-decoration: none; padding: 14px 30px; border-radius: 9999px; font-size: 15px; font-weight: 400; line-height: 1; }
.muted { font-size: 13px; line-height: 1.65; color: #6B6B6A; font-weight: 300; }
@media screen and (max-width: 600px) { .card-inner { padding: 24px 24px 0 !important; } }
@media screen and (max-width: 600px) {
.card-inner { padding: 24px 24px 0 !important; }
.outer-padding { padding: 24px 12px !important; }
}
</style>
</head>
<body>
<table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="background-color:#F6F4F1; padding:40px 20px;">
<table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="background-color:#F6F4F1;">
<tr>
<td align="center" valign="top">
<td class="outer-padding" align="center" valign="top" style="padding:40px 20px;">
<table role="presentation" align="center" border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width:600px; background-color:#FFFFFF; border:1px solid #EFEAE2;">
<tr>
<td class="card-inner" style="padding:32px 48px 0;">
Expand Down
Loading