nr 6. anpassen der css fuer pdfs
This commit is contained in:
parent
e809532ead
commit
f897612a7e
@ -19,8 +19,8 @@
|
||||
"@Plugins"
|
||||
],
|
||||
"asset": [
|
||||
"@Storefront",
|
||||
"app/storefront/src/assets"
|
||||
"@Storefront",
|
||||
"app/storefront/src/assets"
|
||||
],
|
||||
"config": {
|
||||
"tabs": {
|
||||
|
22
src/Resources/views/documents/style_base_portrait.css.twig
Normal file
22
src/Resources/views/documents/style_base_portrait.css.twig
Normal 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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user