@opengis/admin 0.2.134 → 0.2.136

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,8 +1,8 @@
1
1
  <div style="display:flex; flex-direction: row; align-items: start; justify-content:space-between">
2
2
  <div
3
3
  style=" display: flex; flex-direction:column; text-align: center; align-items: center; justify-content: center; width:100%;">
4
- {{#if table_title}}<h2 style="text-align: center;">{{table_title}}</h2>{{/if}}
5
- {{#if title}}<h3>{{title}}</h3>{{/if}}
4
+ {{#if title}}<h3 style="font-size: 20px;">{{title}}</h3>{{/if}}
5
+ {{#if table_title}}<h3 style="text-align: center; font-size: 18px;">{{table_title}}</h3>{{/if}}
6
6
  <p>{{formatDate 0 format="dd.mm.yy / hh:mi"}}</p>
7
7
  </div>
8
8
  <div class="qr-wrapper" style=" width:180px; height:180px;">{{{qr}}}</div>