Skip to content

Commit

Permalink
Update imprimir.css
Browse files Browse the repository at this point in the history
deixar texto "via cliente" oculto e aparecer apenas ao clicar imprimir, ja que a via empresa so aparece ao abri tela de impressão.
  • Loading branch information
willph authored Jul 18, 2024
1 parent b4a87be commit 60d8e09
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions assets/css/imprimir.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ section .title .via {
left: 5px;
}

.via{
display: none;
}

section .title .emissao {
font-size: 13px;
position: absolute;
Expand Down Expand Up @@ -234,6 +238,11 @@ footer .assinaturas span {
background: initial;
page-break-after: always;
}

.via{
display: block;
}

#anexos {
display: block;
}
Expand Down

0 comments on commit 60d8e09

Please sign in to comment.