Commit e69086cca7ac231d18f8c49ab68ae21839bab3a6

Authored by eduardo.batista
1 parent 25dbffa5
Exists in master and in 1 other branch desenv

[Feat] Alterando tamanho da fonte do texto do QRCode

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
MdWsSeiRest.php
... ... @@ -326,7 +326,7 @@ class MdWsSeiRest extends SeiIntegracao
326 326 $infraException->lancarValidacao('Não foi possível ler o arquivo do QRCode.');
327 327 }
328 328  
329   - $htmlQrCode .= '<div style="font-size: 16px; text-align: center;">';
  329 + $htmlQrCode .= '<div style="font-size: 12px; text-align: center;">';
330 330 $htmlQrCode .= '<div style="height: 12px; margin-bottom: 22px; background-color: #01A5DA; border-bottom: 4px solid #AFCF2C;"></div>';
331 331 $htmlQrCode .= '<p style="text-align: left; margin: 5px;">';
332 332 $htmlQrCode .= '<strong style="font-weight: bolder">';
... ...