nr 6. anpassen der css fuer pdfs

This commit is contained in:
Heiko Goeb 2021-10-13 09:52:34 +02:00
parent e809532ead
commit f897612a7e
2 changed files with 24 additions and 2 deletions

View File

@ -19,8 +19,8 @@
"@Plugins"
],
"asset": [
"@Storefront",
"app/storefront/src/assets"
"@Storefront",
"app/storefront/src/assets"
],
"config": {
"tabs": {

View File

@ -0,0 +1,22 @@
{% sw_extends '@Framework/documents/style_base_portrait.css.twig' %}
{% block document_style %}
{{ parent() }}
.logo {
width: 40% !important;
max-width:11cm;
max-height: 2cm;
border: 2px solid red;
}
body {
font-family: 'Source Sans Pro', sans-serif;
font-size: 32px!important;
line-height: 12px;
width: 100%;
}
{% endblock %}