Skip to content

Commit

Permalink
Merge pull request #2993 from resilient-tech/mergify/bp/version-15-ho…
Browse files Browse the repository at this point in the history
…tfix/pr-2991

fix: update UI of e-Waybill print-format (backport #2991)
  • Loading branch information
vorasmit authored Jan 22, 2025
2 parents 9b8fae2 + db50bf3 commit cecda21
Show file tree
Hide file tree
Showing 3 changed files with 162 additions and 157 deletions.
26 changes: 22 additions & 4 deletions india_compliance/gst_india/print_format/e_waybill/e_waybill.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,30 @@

.table-element {
font-size: 12px;
}

.bold {
font-weight: bold;
}

.no-border {
border: none !important;
}

.no-border > * {
border: none;
}

.print-format {
padding: 0.25in;
color: black;
}

table, th, td {
border: 1px solid #d1d8dd;
border-collapse: collapse;
}

@media print {
.print-format {
padding: 0;
Expand Down Expand Up @@ -53,10 +75,6 @@
border-top: 1px solid black !important;
}

.print-format .ewb-no-span {
font-size: 13px;
}

.print-format .section-separator {
border-top: 2px solid #bbb;
margin: 8px 0 16px;
Expand Down
Loading

0 comments on commit cecda21

Please sign in to comment.