Files
interblue.pl/mails/themes/modern/components/order_layout.html.twig
2024-11-06 21:09:20 +01:00

210 lines
4.8 KiB
Twig
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
<head>
<title> {% block title %}Title{% endblock %} </title>
<!--[if !mso]><!-- -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!--<![endif]-->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style type="text/css">
#outlook a {
padding: 0;
}
body {
margin: 0;
padding: 0;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
table,
td {
border-collapse: collapse;
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
img {
border: 0;
height: auto;
line-height: 100%;
outline: none;
text-decoration: none;
-ms-interpolation-mode: bicubic;
}
p {
display: block;
margin: 13px 0;
}
</style>
<!--[if mso]>
<xml>
<o:OfficeDocumentSettings>
<o:AllowPNG/>
<o:PixelsPerInch>96</o:PixelsPerInch>
</o:OfficeDocumentSettings>
</xml>
<![endif]-->
<!--[if lte mso 11]>
<style type="text/css">
.mj-outlook-group-fix { width:100% !important; }
</style>
<![endif]-->
<style type="text/css">
</style>
<style type="text/css">
.shadow {
box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1);
}
.label {
font-weight: 700;
}
.warning {
font-weight: 700;
font-size: 16px;
}
a {
color: #25B9D7;
text-decoration: underline;
font-weight: 600;
}
a.light {
font-weight: 400;
}
span.strong {
font-weight: 600;
}
.box {
width: 244px;
}
.margin {
margin-right: 16px
}
table {
font-family: Open sans, Arial, sans-serif;
font-size: 14px;
}
.products-table,
.products-table th,
.products-table td {
font-family: Open sans, Arial, sans-serif;
font-size: 12px;
background-color: #FDFDFD;
color: #353943;
}
.products-table th {
font-weight: 600;
padding: 10px 5px;
border: 1px solid #DFDFDF;
}
.products-table .order_summary td {
font-weight: 600;
font-size: 14px;
padding: 10px;
border: 1px solid #DFDFDF;
}
.products-table.mail-alert td {
border: 1px solid #DFDFDF;
}
@media only screen and (max-width: 480px) {
body,
.no-bg {
background-color: #fff !important;
}
.left p {
text-align: left;
display: inline-block
}
.box {
display: block !important;
width: 100%
}
.space {
display: none !important
}
}
</style>
{% block styles %}
{% endblock %}
</head>
<body style="background-color:#eeeeee;">
<div style="background-color:#eeeeee;">
<!--[if mso | IE]>
<table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td height="40" style="vertical-align:top;height:40px;">
<![endif]-->
<div style="height:40px;">   </div>
<!--[if mso | IE]>
</td></tr></table>
<table
align="center" border="0" cellpadding="0" cellspacing="0" class="shadow-outlook wrapper-container-outlook" style="width:604px;" width="604"
>
<tr>
<td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;">
<![endif]-->
<div class="shadow wrapper-container" style="background:#ffffff;background-color:#ffffff;margin:0px auto;border-radius:4px;max-width:604px;">
<table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="background:#ffffff;background-color:#ffffff;width:100%;border-radius:4px;">
<tbody>
<tr>
<td style="direction:ltr;font-size:0px;padding:0 0 30px;text-align:center;">
<!--[if mso | IE]>
<table role="presentation" border="0" cellpadding="0" cellspacing="0">
<![endif]-->
{% block header %}
{% include '@MailThemes/modern/components/header.html.twig' %}
{% endblock %}
{% block content %}
{% endblock %}
{% block footer_content %}
{% endblock %}
<!--[if mso | IE]>
</table>
<![endif]-->
</td>
</tr>
</tbody>
</table>
</div>
<!--[if mso | IE]>
</td>
</tr>
</table>
<![endif]-->
{% block footer %}
{% include '@MailThemes/modern/components/footer.html.twig' %}
{% endblock %}
</div>
</body>
</html>