]> Raphaƫl G. Git Repositories - airbundle/blobdiff - Resources/views/mail/.static/gitweb.css
Rename body template in base
[airbundle] / Resources / views / mail / .static / gitweb.css
diff --git a/Resources/views/mail/body.html.twig b/Resources/views/mail/body.html.twig
deleted file mode 100644 (file)
index 85bf9e3..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-{% extends '@RapsysAir/base.html.twig' %}
-{% block stylesheets %}
-       <meta name="viewport" content="width=device-width" />
-       <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-       {% if locale is defined and locale %}<meta http-equiv="Content-Language" content="{{ locale }}" />{% endif %}
-       <style type="text/css">
-               body {background:white;color:#066}
-               a {text-decoration:none;color:#066}
-               a:hover {text-decoration:underline}
-               a.link {word-break:break-all;font-size:1.5rem}
-               h1 {margin: .5rem;font-size: 2rem}
-               table {width: 100%;border-radius: .5rem}
-               table.header {border:.1rem solid #00c3f9;text-align:center}
-               table.content {background:white;border:.1rem solid #00c3f9;margin:.5rem 0}
-               table.footer {border:.1rem solid #00c3f9;text-align:center;font-weight:bold}
-               table.footer summary:after {display:none}
-               table.footer summary::-webkit-details-marker {display:none}
-       </style>
-{% endblock %}
-{% block body %}
-       <table class="header">
-               <tr>
-                       <td><a href="{{ site.url|escape('html_attr') }}"><img src="{{ email.image(site.logo.png) }}" alt="{{ site.title|escape('html_attr') }}" /></a></td>
-                       <td><h1><a href="{{ site.url|escape('html_attr') }}">{{ site.title }}</a></h1></td>
-               </tr>
-       </table>
-        {% block content %}{% endblock %}
-       <table class="footer">
-               <tr>
-                       <td>{{ copy.long }} - {{ copy.short }}</td>
-               </tr>
-       </table>
-{% endblock %}