mirror of
https://framagit.org/tykayn/date-poll-api
synced 2023-08-25 08:23:11 +02:00
mysql version in doctrine config
This commit is contained in:
parent
5187674167
commit
30318d17ab
@ -4,7 +4,7 @@ doctrine:
|
||||
# use postgresql for PostgreSQL
|
||||
# use sqlite for SQLite
|
||||
driver: 'mysql'
|
||||
server_version: '5.7'
|
||||
server_version: '8.0.19'
|
||||
|
||||
# only needed for MySQL
|
||||
charset: utf8mb4
|
||||
|
@ -1,32 +1,11 @@
|
||||
<html>
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
</head>
|
||||
<body>
|
||||
<div class="email">
|
||||
|
||||
<style>
|
||||
html, body, main, header, footer, div {
|
||||
font-family: "Open Sans", "Helvetica Neue", sans-serif;
|
||||
}
|
||||
.email{
|
||||
padding: 1em;
|
||||
}
|
||||
.footer-content{
|
||||
margin-top: 1em;
|
||||
background: #f2dff2;
|
||||
}
|
||||
ul {
|
||||
border-left: 3px solid #f2dff2;
|
||||
}
|
||||
a {
|
||||
padding: 1em; border-radius: 3px;
|
||||
background: #ceb4f5;
|
||||
color: #201b27;
|
||||
margin: 0.5rem 0;
|
||||
display: inline-block;
|
||||
}
|
||||
h1,h2,h3{
|
||||
color: #3c334a;
|
||||
}
|
||||
</style>
|
||||
|
||||
<header>
|
||||
{% block title %}
|
||||
{% if title is defined %}
|
||||
@ -50,6 +29,36 @@
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
<style type="text/css">
|
||||
html, body, main, header, footer, div {
|
||||
font-family: "Open Sans", "Helvetica Neue", sans-serif;
|
||||
}
|
||||
|
||||
.email {
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
.footer-content {
|
||||
margin-top: 1em;
|
||||
background: #f2dff2;
|
||||
}
|
||||
|
||||
ul {
|
||||
border-left: 3px solid #f2dff2;
|
||||
}
|
||||
|
||||
a {
|
||||
padding: 1em;
|
||||
border-radius: 3px;
|
||||
background: #ceb4f5;
|
||||
color: #201b27;
|
||||
margin: 0.5rem 0;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
h1, h2, h3 {
|
||||
color: #3c334a;
|
||||
}
|
||||
</style>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -11,5 +11,4 @@
|
||||
lien public:
|
||||
<br>
|
||||
{% include 'emails/partial/public_link.html.twig' %}
|
||||
|
||||
{% endblock %}
|
||||
|
Loading…
Reference in New Issue
Block a user