fix(templates): Fix string style
This commit is contained in:
parent
f6dc33edb4
commit
57a3777891
@ -12,7 +12,7 @@
|
||||
box-sizing: border-box;
|
||||
page-break-after: always;
|
||||
padding: 1.2cm 2cm 1.2cm 2cm;
|
||||
background-image: url("data:image/png;base64,{{ loadImage 'certificate_background' }}");
|
||||
background-image: url("data:image/png;base64,{{ loadImage "certificate_background" }}");
|
||||
background-repeat: no-repeat;
|
||||
background-size: 11cm;
|
||||
background-position: 5cm 5cm;
|
||||
|
@ -12,7 +12,7 @@
|
||||
box-sizing: border-box;
|
||||
page-break-after: always;
|
||||
padding: 1.2cm 2cm 1.2cm 2cm;
|
||||
background-image: url("data:image/png;base64,{{ loadImage 'certificate_background' }}");
|
||||
background-image: url("data:image/png;base64,{{ loadImage "certificate_background" }}");
|
||||
background-repeat: no-repeat;
|
||||
background-size: 11cm;
|
||||
background-position: 5cm 5cm;
|
||||
|
Loading…
x
Reference in New Issue
Block a user